CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/19 20:11:18
Modified files:
sys/uvm : uvm_io.c
Log message:
sysctl_proc_args() did not check if uvm_io() returned no data, which
could result in uninitialised memory being returned. Rather than callers
of uvm_io() having to carefully check for this condition, treat it as an
error.
ok kettenis; initial report from Acts1631
