boutell / cgic

cgic: an ANSI C library for CGI Programming
Other
249 stars 96 forks source link

Move temporary files from filenames to descriptors #6

Closed claunia closed 7 years ago

claunia commented 7 years ago

Move temporary files from filenames to descriptors, and unlink them on creation so they're deleted by the OS on application close or crash.