...
Code Block | ||
---|---|---|
| ||
if (tmpfile_s(&fp)) { /* Handle Error */ } |
Risk Assessment
RULE HAS UNDERGONE MAJOR REVISION, PLEASE UPDATE RISK ASSESSMENT
Failure to create unique, unpredictable temporary file names can make it possible for an attacker to access or modify privileged files.
...