warzone2100/lib/exceptionhandler
Giel van Schijndel 0269d11d16 In the exception handler:
* use mkstemp(3) to create a temporary file that's guaranteed not to exist already

Prevents a potential symlink attack (e.g. where /tmp/warzone2100.gdmp is symlinked by user A to a file owned by user B, then having user B crash warzone)


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6214 4a71c877-e1ca-e34f-864e-861f7616d084
2008-10-25 21:47:00 +00:00
..
include
Makefile.am * Wrap all file lists in the automake and win32 makefiles across lines such that there's only one file on each line 2008-10-13 13:04:37 +00:00
dumpinfo.cpp Construct programPath from the iterators of "buf" not from a char* pointer 2008-10-14 13:00:36 +00:00
dumpinfo.h * Remove the dumpLog function and associated code from debug.c 2008-07-19 01:08:07 +00:00
exceptionhandler.c In the exception handler: 2008-10-25 21:47:00 +00:00
exceptionhandler.h Add the used command line to crash dump reports 2008-07-13 21:26:09 +00:00
exceptionhandler.vcproj Fix the MSVC project for compiling lib/exceptionhandler 2008-07-29 21:27:17 +00:00
exchndl.c * Use GlobalAlloc and GlobalFree instead of malloc() and free() respectively 2008-10-13 15:41:50 +00:00
exchndl.h
makefile.win32 * Wrap all file lists in the automake and win32 makefiles across lines such that there's only one file on each line 2008-10-13 13:04:37 +00:00