question: writetmpfile and mktmpdir library funcs?

master
bremner 2008-08-28 06:51:01 -04:00 committed by Joey Hess
parent 6adf79b8e2
commit 86d27a169c
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Many plugins seem to create temporary files. Although it is not much code, it is duplicated, and a
typical place for security bugs. Would it be worthwhile to have library functions for creating temporary files
and directories? If nothing else, it would serve as documentation of the "official way".
Off to cut and paste :-)