freebsd-dev/cddl/lib
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
..
drti pkgbase: Put dtrace in its own package 2021-06-19 17:49:31 +02:00
libavl cddl: fix missing ZFS library dependencies 2021-11-15 09:42:07 -05:00
libctf Remove -I flag for include path that doesn't exist 2020-09-10 15:37:07 +00:00
libdtrace dtrace: Remove local mips support 2022-07-01 08:33:17 +01:00
libicp libicp: Fix build for powerpc64le 2022-07-01 01:30:26 +01:00
libicp_rescue libicp_rescue: Fix build for powerpc64le 2022-07-01 04:28:15 +01:00
libnvpair libnvpair: install libnvpair.h 2022-07-21 18:36:01 +02:00
libspl spl: Unbreak crossbuild after f20893853e 2021-06-15 01:23:04 +01:00
libtpool Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
libumem Update Makefile.depend files 2019-12-11 17:37:53 +00:00
libuutil zfs: merge openzfs/zfs@c629f0bf6 2022-09-21 14:17:13 +02:00
libzfs zfs: merge openzfs/zfs@ec64fdb93 (master) into main 2021-10-21 15:06:06 +02:00
libzfs_core cddl: fix missing ZFS library dependencies 2021-11-15 09:42:07 -05:00
libzfsbootenv zfs: merge openzfs/zfs@17b2ae0b2 (master) into main 2022-01-22 23:05:15 +01:00
libzpool libzpool: Disable -Wuse-after-free for dbuf.c. 2022-10-03 16:10:43 -07:00
libzutil cddl: fix missing ZFS library dependencies 2021-11-15 09:42:07 -05:00
pam_zfs_key openzfs: attach pam_zfs_key to build 2021-03-02 07:26:59 -05:00
tests
Makefile cddl/*: add a WITH(OUT)_DTRACE option 2022-07-06 14:03:48 +01:00
Makefile.inc