Skip to content

Use mkdtemp() to create the temp dir instead of using a predictable name.

Todd Miller requested to merge millertc/debsigs:mkdtemp into master

It is safer to use mkdtemp() from File::Temp rather than a predictable directory name based on the process ID. This avoids a potential /tmp file race condition.

Merge request reports