Versions Compared

Key

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

...

The following rules and recommendations are suggested to reduce the common errors associated with file operations in C. These guidelines are designed to by system independent. However, files and file management are inherently tied to the underlying operating system. Cases where security issues or recomendations are specific to an architecture are clearly marked as pertaining to that architecture.

Recommendations

FIO001 FIO01-A. Use file descriptors instead of filenames

...