Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: two more occurences of '&#xA7' changed to '&sect'.

...

The CERT C++ Secure Coding Standard

DCL14-CPP. Avoid assumptions about the initialization order between translation units

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="46945578adcc3b8f-ff2d70dc-47bf44f9-a4939e70-c0d538033108c1e04ff5a1b9"><ac:plain-text-body><![CDATA[

[ISO/IEC TR 24772:2010

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

Initialization of variables [LAV]

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

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="8f7e7b9c995ee5ef-a38bd233-4341486c-b6d18d56-621b6085b28bc42437643b71"><ac:plain-text-body><![CDATA[

[[JLS 2005

AA. References#JLS 05]]

[§8.3.2.1, Initializers for Class Variables

http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.3.2.1]

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

 

§12.4, Initialization of Classes and Interfaces

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="d1e6e41d6babfb16-e28b2378-4a074a82-b444aa70-0678d08b13e3e3d101886751"><ac:plain-text-body><![CDATA[

[[Bloch 2005

AA. References#Bloch 05]]

Puzzle 49. Larger than life

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7061673406cfcfeb-f3d99ecd-43244568-9d148f0d-732aa809164b1de5d9df9d74"><ac:plain-text-body><![CDATA[

[[MITRE 2009

AA. References#MITRE 09]]

[CWE-665

http://cwe.mitre.org/data/definitions/665.html]. Improper initialization

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

...