Skip to content
Snippets Groups Projects
Commit 59bf377f authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix tmpize-pathname to address race condition (lp#1483948).

Have it use ASDF3.1-era get-temporary-file instead of ASDF2-like
add-pathname-suffix, so if two cl-launch scripts try to compile
at the same time, it causes extra work but not failure or corruption
(at least on reasonable OS).

This does NOT address the issue of extensions that fail to use
tmpize-pathname and rename-file-overwriting-target.
parent 341fe1f3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment