Searched hist:89935 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/libexec/ftpd/
H A Dftpcmd.ydiff 89935 Mon Jan 28 17:28:14 MST 2002 yar Remove the setjmp/longjmp stuff completely. Use signal
handlers to set flags only (with exception for sigquit(),
which still seems to call some non-reentrant functions on
its way to _exit(2).) That must eliminate the possibility
of catching SIGSEGV from following non-reentrant paths from
signal handlers.

PR: bin/32740 bin/33846
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
Obtained from: OpenBSD
H A Dftpd.cdiff 89935 Mon Jan 28 17:28:14 MST 2002 yar Remove the setjmp/longjmp stuff completely. Use signal
handlers to set flags only (with exception for sigquit(),
which still seems to call some non-reentrant functions on
its way to _exit(2).) That must eliminate the possibility
of catching SIGSEGV from following non-reentrant paths from
signal handlers.

PR: bin/32740 bin/33846
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
Obtained from: OpenBSD

Completed in 68 milliseconds