Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

CERT C Secure Coding Standard

FIO42-C. Ensure files are properly closed when they are no longer needed

CERT C++ Secure Coding Standard

FIO42-CPP. Ensure files are properly closed when they are no longer needed

MITRE CWE

CWE-404. Improper resource shutdown or release

 

CWE-459. Incomplete cleanup

 

CWE-770. Allocation of resources without limits or throttling

 

CWE-405. Asymmetric resource consumption (amplification)

Bibliography

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="6962dce3-e3de-4bc8-8c04-c70658a58723"><ac:plain-text-body><! [CDATA[ [[API 2006AA. References#API 06]]

[Class Object

http://java.sun.com/javase/6/docs/api/java/lang/Object.html]

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="0a32b34e-a8df-4bb3-801c-0f4cf98eab4a"><ac:plain-text-body><![CDATA[

[ [Goetz 2006bAA. References#Goetz 06b] ]

 

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ba82508e-f08e-4104-9603-5a48cd6823b2"><ac:plain-text-body><![CDATA[

[[J2SE 2011AA. References#J2SE 11]]

The try-with-resources Statement ]]></ac:plain-text-body></ac:structured-macro>

...

      12. Input Output (FIO)      FIO05-J. Do not expose buffers created using the wrap() or duplicate() methods to untrusted code