freebsd-dev/sbin/tunefs
Ed Maste f9c821083a tunefs: clear the entire previous label when setting a new one
strlcpy(3) null terminates but does not zero-fill the buffer, so would
leave beind any portion of the previous volume label longer than the
new one.

Note that tunefs only allows -L args up to a length of MAXVOLLEN-1, so
the stored label will be null-terminated (whether or not required by
UFS).

Reviewed by:	imp
Sponsored by:	The FreeBSD Foundation
2016-03-07 19:14:26 +00:00
..
Makefile Convert sbin/ to LIBADD 2014-11-25 11:23:12 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
tunefs.8 The purpose of this change to the FFS layout policy is to reduce the 2013-03-22 21:45:28 +00:00
tunefs.c tunefs: clear the entire previous label when setting a new one 2016-03-07 19:14:26 +00:00