From 8404fc3a441bcd77641dc0b3717298bc950fd9e5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 28 Aug 2008 13:27:50 -0400 Subject: [PATCH] response --- .../unified_temporary_file__47__directory_handling.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/todo/unified_temporary_file__47__directory_handling.mdwn b/doc/todo/unified_temporary_file__47__directory_handling.mdwn index 99bacf097..1e39d0671 100644 --- a/doc/todo/unified_temporary_file__47__directory_handling.mdwn +++ b/doc/todo/unified_temporary_file__47__directory_handling.mdwn @@ -3,3 +3,12 @@ typical place for security bugs. Would it be worthwhile to have library functio and directories? If nothing else, it would serve as documentation of the "official way". Off to cut and paste :-) --[[DavidBremner]] + +> Hmm, I see only three users of temp files in all ikiwiki: +> * hnb uses `File::Temp::mkstemp` to create two temp file handles. +> * teximg uses `File::Temp::tempdir` to create a temporary directory. +> * attachment retrieves a temp file from `CGI::tmpFileName`. +> These are three quite different uses of temp files, not subject to +> unification. Using `File::Temp` (and avoiding the posibly insecure +> `mktemp`, `tmpname`, and `tempnam` functions) is probably as unified as +> can be managed. --[[Joey]] -- 2.45.0