CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/16 04:06:37
Modified files:
sys/uvm : uvm_swap.c
Log message:
Call bufq_destroy() in swap_off for the VREG case since swap_on() called
bufq_init(). Similar issue as the use-after-free in mfs.
Missing call noticed by jsg@
OK deraadt@ mpi@
