...
Wiki Markup |
---|
In addition to pointer arithmetic expressions, one can also hunt for array index expressions, as {{array\[index\]}} is merely shorthand for '{{array + index}}'. But programmers are more likely to use {{\[\]}} with correct units than use pointer arithmetic with proper units. |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...