October 2008
Intermediate to advanced
720 pages
14h 6m
English
Recommendations and Rules

Risk Assessment Summary

Related Rules and Recommendations

The incorrect use of arrays has traditionally been a source of exploitable vulnerabilities. Elements referenced within an array using the subscript operator [] are not checked unless the programmer provides adequate bounds checking. As a result, the expression array[pos] = value can be used by an attacker ...
Read now
Unlock full access