mirror of https://github.com/FFmpeg/FFmpeg.git
Place all temporary files within a single, quasi-atomically created temporary directory rather than relying on unsafe 'mktemp -u'. This prevents possible race conditions in case two parallel 'mktemp -u' calls returned the same path. Additionally, it reduces TMPDIR pollution by keeping all test files in a single subdirectory. Signed-off-by: Diego Biurrun <diego@biurrun.de>pull/259/head
parent
11e225db31
commit
7848982207
1 changed files with 10 additions and 6 deletions
Loading…
Reference in new issue