diff options
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/tmpnam.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index 19e7ba82..7937a0a 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -190,7 +190,7 @@ The and .Fn tempnam functions are susceptible to a race condition -occuring between the selection of the file name +occurring between the selection of the file name and the creation of the file, which allows malicious users to potentially overwrite arbitrary files in the system, |