Skip to content
Snippets Groups Projects
Commit 1cb8c06d authored by micah's avatar micah :speech_balloon:
Browse files

really fix the insecure temp file creation

parent d9d59cd6
Branches
Tags
No related merge requests found
...@@ -305,7 +305,7 @@ function process_action() { ...@@ -305,7 +305,7 @@ function process_action() {
let "actions_run += 1" let "actions_run += 1"
# call the handler: # call the handler:
[ if -x /bin/mktemp ] if [ -x /bin/mktemp ]
then then
local bufferfile=`mktemp /tmp/backupninja.buffer.XXXXXXXX` local bufferfile=`mktemp /tmp/backupninja.buffer.XXXXXXXX`
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment