...
Wiki Markup |
---|
\[[ISO/IEC 9899:1999|AA. C++ References#ISO/IEC 9899-1999]\] Section 7.20.2.1, "The rand function" \[[MITRE 07|AA. C++ References#MITRE 07]\] [CWE ID 330|http://cwe.mitre.org/data/definitions/330.html], "Use of Insufficiently Random Values" \[[MSDN|AA. C++ References#MSDN]\] "[CryptGenRandom Function|http://msdn.microsoft.com/en-us/library/aa379942.aspx]" |
...
MSC18MSC20-CPP. Finish every set of statements associated with a case label with a break statementUse as minimal scope as possible for all variables and methods 49. Miscellaneous (MSC) MSC31-CPP. Ensure that return values are compared against the proper type