...
This code contains an unavoidable race condition between the call to access()
and the call to rename()
and can consequently only be safely executed within a secure directory (see FIO17FIO15-A. Ensure that file operations are performed in a secure directory).
...
This code contains unavoidable race conditions between the calls to _access_s()
, remove()
and rename()
and can consequently only be safely executed within a secure directory (see FIO17FIO15-A. Ensure that file operations are performed in a secure directory).
...
This code contains an unavoidable race condition between the call to remove()
and the call to rename()
and consequently can only be safely executed within a secure directory (see FIO17FIO15-A. Ensure that file operations are performed in a secure directory).
...
This code contains an unavoidable race condition between the call to file_exists()
and the call to rename()
and can consequently only be safely executed within a secure directory (see FIO17FIO15-A. Ensure that file operations are performed in a secure directory).
...