luser-dr00g / xpost

A PostScript interpreter in C
Other
93 stars 12 forks source link

make the dump file not temporary #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 9 years ago
xpost_log_init() uses mkstemp() to create a unique file name, but the file is 
temporary. We should use another method to create a safe non temporary file

Original issue reported on code.google.com by vincent....@gmail.com on 10 Dec 2013 at 8:50

GoogleCodeExporter commented 9 years ago
Indeed we might ultimately need a configuration option to not use temporary 
files at all, and just use malloc/realloc for buffers.

Original comment by luser.droog on 3 Jan 2015 at 9:07