Versions Compared

Key

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

...

Related Guidelines

CERT C Coding Standard

MEM11-C. Do not assume infinite heap space

CERT C++ Secure Coding Standard

MEM12-CPP. Do not assume infinite heap space

ISO/IEC TR 24772:2010

Resource Exhaustion [XZP]

MITRE CWE

CWE-400. Uncontrolled resource consumption ("resource exhaustion")

 

CWE-770. Allocation of resources without limits or throttling

...

[API 2006]

Class ObjectInputStream and ObjectOutputStream

[Java 2006]

java – The Java application launcher, Syntax for increasing the heap size

[SDN 2008]

Serialization FAQ

[Sun 2003]

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

[Sun 2006]

Garbage Collection Ergonomics, Default values for the Initial and Maximum Heap Size

 

...

      Rule 49. : Miscellaneous (MSC)