Source-Changes archive

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

CVS commit: src/sys/kern



Module Name:    src
Committed By:   ad
Date:           Fri Mar  7 18:06:04 UTC 2008

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

Log Message:
lwp_ctl_exit: fix a use-after-free that caused the following:

_lwp_ctl()      <- works
execve()        <- tears down lwpctl state
_lwp_ctl()      <- fails erroneously


To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 src/sys/kern/kern_lwp.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