Versions Compared

Key

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

...

For formatted output functions such as printf(), it is unlikely that a programmer would modify the format string. However, an attacker may attempt to do so if a program violates FIO30-C. Exclude user input from format strings and passes tainted values as part of the format string. 

...