freebsd-src/cddl
John Baldwin e67b246734 libzpool: Disable -Wuse-after-free for dbuf.c.
The debug traces for reference counting in ZFS use the pointer of the
owning object as a "tag" for references to check that when an object
drops a reference it had actually held one.  In a couple of places ZFS
drops references after freeing the owning object.  In userland GCC
realizes this is a use after free.  However, since only the value of
the pointer is used, and it isn't indirected, the use is harmless.

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D36818
2022-10-03 16:10:43 -07:00
..
compat/opensolaris
contrib/opensolaris ctfconvert: Actually use the asprintf() helper 2022-08-02 20:49:50 -04:00
lib libzpool: Disable -Wuse-after-free for dbuf.c. 2022-10-03 16:10:43 -07:00
sbin cddl/*: add a WITH(OUT)_DTRACE option 2022-07-06 14:03:48 +01:00
share cddl/*: add a WITH(OUT)_DTRACE option 2022-07-06 14:03:48 +01:00
tests
usr.bin zfs: merge openzfs/zfs@cb01da680 2022-07-08 00:02:36 +02:00
usr.libexec cddl/*: add a WITH(OUT)_DTRACE option 2022-07-06 14:03:48 +01:00
usr.sbin In man page cross refs to sudo, indicate it comes from ports/security/sudo. 2022-08-14 11:44:43 +02:00
Makefile
Makefile.inc