freebsd-dev/usr.sbin/extattr
Nathan Whitehorn deccdf0e17 Fix a bug when printing attributes from multiple files: buflen could be
longer than the length of the current attribute if the buffer were reused
and previously longer, so bits of the previous, longer attribute would be
written. Fix this by using the actual attribute length.
2010-01-21 03:49:18 +00:00
..
Makefile The last big commit: let usr.sbin/ use WARNS=6 by default. 2010-01-02 11:07:44 +00:00
rmextattr.8
rmextattr.c Fix a bug when printing attributes from multiple files: buflen could be 2010-01-21 03:49:18 +00:00