×
ARR30-C. Do not form or use out-of-bounds pointers or array subscripts, Prior to 2018-01-12: CERT: Unspecified Relationship. CERT C Secure Coding Standard ...
C library functions that make changes to arrays or objects take at least two arguments: a pointer to the array or object and an integer indicating the ...
STR04-C. Use plain char for characters in the basic character set. ARR30-C. Do not form or use out-of-bounds pointers or array subscripts. ISO/IEC TS 17961 ...
Out-of-bounds reads that do not involve non-null-terminated byte strings. CWE-123 and STR32-C. Independent(ARR30-C, ARR38-C) STR31-C = Subset( Union ...
When two pointers are subtracted, both must point to elements of the same array object or just one past the last element of the array object (C Standard, ...
CERT_C-ARR30-a, ARR30-C. Do not form or use out-of-bounds pointers or array subscripts. CERT_C-ARR32-a, ARR32-C. Ensure size arguments for variable length ...
The table below can be re-ordered, by clicking column headers. Tool Version: 1.66. Checker. Guideline. arrayIndexOutOfBounds, ARR30-C. Do not ...
CERT-CWE Mapping Notes. Key here for mapping notes. CWE-119 and EXP39-C. Independent( ARR30-C, ARR38-C, ARR32-C ...
Coverity ; BAD_SIZEOF, ARR39-C. Do not add or subtract a scaled integer to a pointer ; BUFFER_SIZE, ARR30-C. Do not form or use out-of-bounds pointers or array ...
6). ARR30-C. 47. (error). Addition or subtraction of a pointer into, or just beyond, an ... 4). ARR30-C, ARR38-C. 110. (warning). The macro definition of assert ...