...
C++ Secure Coding Standard: "DCL14-CPP. Avoid assumptions about the initialization order between translation units"
Bibliography
<ac:structured-macro ac:name="unmigrated-wiki-markup |
...
" ac:schema-version="1" ac:macro-id="8977c03b-314e-4896-a1b9-386b3fad6f93"><ac:plain-text-body><![CDATA[ | [[JLS |
...
2005 |
...
AA. |
...
Bibliography#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> | |
|
...
...
...
...
...
| Puzzle 49: Larger Than Life | ||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="35caf8a9-288a-4d41-b1ad-ac55de13cee1"><ac:plain-text-body><![CDATA[ | [[MITRE 2009 | AA. Bibliography#MITRE 09]] | [CWE ID 665 |
http://cwe.mitre.org/data/definitions/665.html] |
...
"Improper |
...
Initialization" | ]]></ac:plain-text-body></ac:structured-macro> |
...
DCL11-J. Do not derive a value associated with an enum from its ordinal 01. Declarations and Initialization (DCL) DCL13-J. Avoid cyclic dependencies between packages