freebsd/usr.sbin/extattr
Conrad Meyer b21ae0ff6f vfs_extattr: Allow extattr names up to the full max
Extattr names are allowed to be 255 bytes -- not 254 bytes plus trailing
NUL.  Provide a 256 buffer so that copyinstr() has room for the trailing
NUL.

Re-enable test for maximal name lengths.

PR:		208965
Reported by:	asomers
Reviewed by:	asomers
Differential Revision:	https://reviews.freebsd.org/D24584
2020-05-14 03:01:23 +00:00
..
tests vfs_extattr: Allow extattr names up to the full max 2020-05-14 03:01:23 +00:00
Makefile Add HAS_TESTS to all Makefiles that are currently using the 2017-08-02 08:50:42 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
rmextattr.8 rmextattr(8) man page clarifications regarding -qq 2016-05-26 14:26:49 +00:00
rmextattr.c setextattr: Increase stdin buffer size to 4096 2020-01-16 21:31:56 +00:00