vmspace_free() is called redundantly in the 32-bit-compatible
path in sysctl_kern_proc_vm_layout(), causing a premature free
(possibly for the current address space). Remove the extra call.
PR: 272401
Reported by: marklmi at yahoo.com
Differential D40908
KERN_PROC_VM_LAYOUT sysctl: fix bug in 32-bit-compatible path • karels on Jul 7 2023, 12:06 PM. Authored by Tags None Referenced Files
Subscribers
Details vmspace_free() is called redundantly in the 32-bit-compatible PR: 272401
Diff Detail
|