zfs/cmd
Brian Behlendorf 3b54f5030e Use VERIFY() for asprintf due to rpm -D_FORTIFY_SOURCE=2
This check is part of ztest and a memory failure here is unlikely.
However, if this does occur simply exiting is an perfectly valid
way to handle the issue and it resulves the compiler warning.

        ztest.c:5522: error: ignoring return value of 'asprintf',
        declared with attribute warn_unused_result
2010-07-01 10:35:11 -07:00
..
zdb Merge commit 'refs/top-bases/gcc-fortify-source' into gcc-fortify-source 2010-05-28 14:37:39 -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