Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-6] src/sys/kern



Module Name:    src
Committed By:   bouyer
Date:           Mon Apr 21 10:00:11 UTC 2014

Modified Files:
        src/sys/kern [netbsd-6]: kern_exec.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #1048):
        sys/kern/kern_exec.c: revision 1.403
'error' is not set on failure. This is a true bug: everything is freed
and unlocked while zero is returned. Since there's no error, execve_runproc()
will get called and will try to use those freed things.


To generate a diff of this commit:
cvs rdiff -u -r1.339.2.8 -r1.339.2.9 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.




Home | Main Index | Thread Index | Old Index