CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2026/08/20 01:32:25

Modified files:
        sys/uvm        : Tag: OPENBSD_7_9 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.

from dgl@; OK kettenis@; initial report from Acts1631

this is errata/7.9/012_kernproc.patch.sig

Reply via email to