CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/16 04:04:41
Modified files:
sys/ufs/mfs : mfs_vnops.c
Log message:
Call bufq_destroy() in mfs_reclaim() before freeing the mfsnode.
This fixes a use-after-free bug in bufq_quiesce() once a mfs partition
was unmounted.
OK mpi@ deraadt@
