freebsd-src/stand/libsa/zfs
John Baldwin 0163de282e libsa: Disable -Wdangling-pointer for zfs.c.
GCC 12 warns about a dangling pointer to 'objid' in
zfs_bootenv_initial().  However, this appears to be a false positive
as the pointer to 'objid' is only passed to zfs_lookup_dataset() but
not saved anywhere that outlives the lifetime of the
zfs_bootenv_initial() function.

Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D37533
2022-12-04 16:27:22 -08:00
..
spl/sys stand: Fix inclusion of sys/blake3.h 2022-07-08 22:49:55 -06:00
blake3_impl_hack.c zfs: merge openzfs/zfs@c629f0bf6 2022-09-21 14:17:13 +02:00
libzfs.h stand: make zfs_parsedev static 2022-11-30 15:30:32 -07:00
Makefile.inc libsa: Disable -Wdangling-pointer for zfs.c. 2022-12-04 16:27:22 -08:00
nvlist.c libsa: Make the nvlist implementation more self-contained 2022-05-20 10:35:19 -04:00
nvlist.h libsa: Make the nvlist implementation more self-contained 2022-05-20 10:35:19 -04:00
zfs.c stand: parsedev API change: devspec now points to start of full device name 2022-11-30 15:30:33 -07:00
zfsimpl.c Sort list of supported features for more easy handling 2022-11-10 09:47:23 +01:00