#570753 Segfaults if extended attribute list is not 0 terminated

Package:
attr
Source:
attr
Description:
utilities for manipulating filesystem extended attributes
Submitter:
Goswin von Brederlow
Date:
2010-02-21 09:03:10 UTC
Severity:
normal
#570753#5
Date:
2010-02-21 09:01:55 UTC
From:
To:
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