Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
borderfalse
Column
bgColorred
width10%

FIO02-A. Canonicalize file names originating from untrusted sources       09. Input Output (FIO)       FIO04-A. Detect and handle input and output errors

Column
bgColorred
width10%

Column
bgColorred
width10%

Section
bordertrue

...

The ISO/IEC 9899-1999 C standard function fopen() is typically used to open an existing file or create a new one. However, fopen() does not indicate if an existing file has been opened for writing or a new file has been created. This may lead to a program overwriting or accessing an unintended file.

...