zfs/cmd
Brian Behlendorf 007b891fc7 Fix -Werror=format-security compiler option
Noticed under Ubuntu kernel builds, there were two instances where
printf() was not called with a "%s" and instread directly printed
the string.  This can potentially result in a crash and is considered
bad form by gcc.  It has been fixed by adding the needed "%s".
2010-07-12 10:11:48 -07:00
..
zdb Fix -Werror=format-security compiler option 2010-07-12 10:11:48 -07:00
zfs Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
zinject Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
zpool Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
ztest Use VERIFY() for asprintf due to rpm -D_FORTIFY_SOURCE=2 2010-07-01 10:35:11 -07:00