Module Name:    src
Committed By:   riastradh
Date:           Fri Oct 20 19:06:46 UTC 2017

Modified Files:
        src/sys/kern: kern_exec.c

Log Message:
Initialize the in/out parameter vmin.

vmin is only an optional hint since we're not passing UVM_FLAG_FIXED,
but that doesn't mean we should use uninitialized stack garbage as
the hint.

Noted by chs@.


To generate a diff of this commit:
cvs rdiff -u -r1.448 -r1.449 src/sys/kern/kern_exec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to