Date: Thu, 21 Jan 2010 03:49:18 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/extattr rmextattr.c Message-ID: <201001210349.o0L3nefa069533@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2010-01-21 03:49:18 UTC
FreeBSD src repository
Modified files:
usr.sbin/extattr rmextattr.c
Log:
SVN rev 202734 on 2010-01-21 03:49:18Z by nwhitehorn
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.
Revision Changes Path
1.8 +1 -1 src/usr.sbin/extattr/rmextattr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001210349.o0L3nefa069533>
