1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-12-26 16:08:07 +00:00

probable technique for bypassing atexit

This commit is contained in:
Greg Alexander 2019-08-05 11:41:32 -04:00
parent e204c1ea74
commit 967a1e42a9

2
NOTES
View File

@ -965,7 +965,7 @@ XXX - merge back into main branch, because I'll want to keep the dump facility
XXX - make the dump go deeper in the stack
XXX - put a crash in an atexit() to be sure it presents about this way
XXX - test re-start mechanism, which doesn't seem to work on the first try if it crashes
XXX - test bypassing that crash
XXX - test bypassing that crash (register an atexit() just after the fork that calls _Exit(0))
XXX - remove the crash, remove the debug fprintfs (select in/out, sigchld)
--- new release