Files
mirror_zfs/module/os/linux/zfs
Richard Yao 891ac937be Linux: Fix use-after-free in zfsvfs_create()
Coverity reported that we pass a pointer to zfsvfs to
`dmu_objset_disown()` after freeing zfsvfs in zfsvfs_create_impl() after
a failure in zfsvfs_init().

We have nearly identical duplicate versions of this code for FreeBSD and
Linux, but interestingly, the FreeBSD version of this code differs in
such a way that it does not suffer from this bug. We remove the
difference from the FreeBSD version to fix this bug.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Closes #13883
2022-09-19 17:30:58 -07:00
..
2022-08-04 16:57:33 -07:00
2022-09-16 13:36:47 -07:00
2022-09-16 13:36:47 -07:00
2022-09-16 13:36:47 -07:00
2022-03-15 15:13:42 -07:00
2022-09-16 13:36:47 -07:00
2022-09-16 14:25:53 -07:00
2022-09-16 13:36:47 -07:00
2022-09-16 13:36:47 -07:00