Hi, I just added support for extended attributes to a fuse filesystem and forgot to add a final 0 termination to the attribute list. getfattr then segfaults. getfattr should ensure the data it gets back from the kernel is properly terminated. MfG Goswin