Versions Compared

Key

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

Failing to close files when they are no longer needed may allow attackers to manipulate system resources. This phenomenon is typically referred to as file descriptor leakage. Depending on the system in use, the standard function fopen() may open

Non-Compliant Code Example: fopen()

...