]> git.michaelhowe.org Git - packages/o/openafs.git/commit
STABLE14-windows-process-detach-20051227
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 27 Dec 2005 16:18:53 +0000 (16:18 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 27 Dec 2005 16:18:53 +0000 (16:18 +0000)
commit005f708a83639978a735629a3a0fd4aef26e664b
tree219dc4fc22ef2347e34879222e3fa18257cbdf0b
parentd3babf4aa80058cdc6f9cd0a2e4e8364508120dc
STABLE14-windows-process-detach-20051227

The procmgmt library replaces the C RunTime Library's signal handlers
but does not restore them on process detachment.  This leaves the
process with signal handlers pointing to invalid code that generates
an invalid access error during process termination if the library
was previously unloaded.

(cherry picked from commit 3875eec844609443710d3b98a2ac795d7f2d9121)
src/procmgmt/pmgtprivate.h
src/procmgmt/procmgmt_nt.c
src/procmgmt/redirect_nt.c