Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
bgColor#ccccff
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.

...