...
| Wiki Markup |
|---|
\[[Banahan 03|AA. C References#Banahan 03]\] [Section 5.3, "Pointers,"|http://publications.gbdirect.co.uk/c_book/chapter5/pointers.html] and [Section 5.7, "Expressions involving pointers"|http://publications.gbdirect.co.uk/c_book/chapter5/pointer_expressions.html] \[[ISO/IEC 9899:1999|AA. C References#ISO/IEC 9899-1999]\] Section 6.5.6, "Additive operators" \[[MITRE 07|AA. C References#MITRE 07]\] [CWE ID 469|http://cwe.mitre.org/data/definitions/469.html], "Use of Pointer Subtraction to Determine Size" |
...
ARR35-C. Do not allow loops to iterate beyond the end of an array 06. Arrays (ARR)