Versions Compared

Key

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

...

CERT C Secure Coding Standard

MEM11-C. Do not assume infinite heap space

CERT C++ Secure Coding Standard

MEM12-CPP. Do not assume infinite heap space

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4bd46afd78d9b569-14f1ce1c-44734a5a-a38888e8-84978f7f6ffe4a21d58cd55d"><ac:plain-text-body><![CDATA[

[ISO/IEC TR 24772:2010

http://www.aitcnet.org/isai/]

"Resource Exhaustion [XZP]"

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

MITRE CWE

CWE-400, "Uncontrolled Resource Consumption ('Resource Exhaustion')"

 

CWE-770, "Allocation of Resources Without Limits or Throttling"

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b6e87155530626da-b1ca3ff2-41734fa6-8384bacd-243bc071ff4f3d968479d550"><ac:plain-text-body><![CDATA[

[[Sun API 2006

AA. Bibliography#Sun Bibliography#API 06]]

[Garbage Collection Ergonomics

Class ObjectInputStream and ObjectOutputStream

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

<ac:

http://java.sun.com/javase/6/docs/technotes/guides/vm/gc-ergonomics.html ], "Default values for the Initial and Maximum heap size"

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="5b5da0a80e1b61a0-0d5cc7ce-4e784d43-a0aebcae-d299f07633817f48b2da82aa"><ac:plain-text-body><![CDATA[

[[Java 2006

AA. Bibliography#Java 06]]

[java - the Java application launcher

http://java.sun.com/javase/6/docs/technotes/tools/windows/java.html ], "Syntax for increasing the heap size"

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="c554cffcd8a91b86-76e23f86-414b4f08-83099abd-a245102d54abe66a4d084fd4"><ac:plain-text-body><![CDATA[

[[Sun 2003SDN 2008

AA. Bibliography#Sun 03Bibliography#SDN 08]]

Chapter 5: Tuning the Java Runtime System, [Tuning the Java Heap [Serialization FAQ

http://docsjava.sun.com/javase/technologies/source/817-2180-10/pt_chap5.html#wp57027core/basic/serializationFAQ.jsp]

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="2d2b9ae973f883aa-1a2c3fd0-4c594476-8ee3b1c9-3dabe6b59ca12eb576fd212b"><ac:plain-text-body><![CDATA[

[[API 2006

AA. Bibliography#API 06]]

Class ObjectInputStream and ObjectOutputStream

Sun 2003

AA. Bibliography#Sun 03]]

Chapter 5: Tuning the Java Runtime System, [Tuning the Java Heap

http://docs.sun.com/source/817-2180-10/pt_chap5.html#wp57027]

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7f0eb3fea2a38a1d-0a796d3e-48714949-b638bf90-d76fc365a5653d63d733f841"><ac:plain-text-body><![CDATA[

[[SDN 2008Sun 2006

AA. Bibliography#SDN 08Bibliography#Sun 06]]

[Serialization FAQGarbage Collection Ergonomics

http://java.sun.com/javase/6/docs/technologiestechnotes/coreguides/basicvm/serializationFAQgc-ergonomics.jsp] html ], "Default values for the Initial and Maximum heap size"

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

...