Author: devurandom
Date: Thu Mar  1 02:29:07 2007
New Revision: 832

URL: http://svn.gna.org/viewcvs/warzone?rev=832&view=rev
Log:
POSIX signal handler now outputs a plaintext file.

It uses strlen(), which is not required to be signal safe, but I can't imagine 
it to be not reentrant and suffering from heap/stack corruption...
It uses strsignal(), which is a GNU extension. strsignal is implemented using 
the signum as an index into an array of signal descriptions, which should be 
easily cloneable for non GNU systems if needed.

Modified:
    trunk/lib/framework/exceptionhandler.c
    trunk/lib/framework/frame.h
    trunk/src/main.c


_______________________________________________
Warzone-commits mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-commits

Reply via email to