Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp) v1.0

...

This rule appears in the C++ Secure Coding Standard as FIO32-CPP. Do not perform operations on devices that are only appropriate for files.

...

Bibliography

Wiki Markup
\[[Garfinkel 96|AA. Bibliography#Garfinkel 96]\] Section 5.6, "Device Files"
\[[Howard 02|AA. Bibliography#Howard 02]\] Chapter 11, "Canonical Representation Issues"
\[[MITRE 07|AA. Bibliography#MITRE 07]\] [CWE ID 67|http://cwe.mitre.org/data/definitions/67.html], "Failure to Handle Windows Device Names"
\[[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\] Section 7.19.4, "Operations on Files"
\[[Open Group 04|AA. Bibliography#Open Group 04]\] [{{open()}}|http://www.opengroup.org/onlinepubs/009695399/functions/open.html]

...