...
ARR36-C = Union(CWE-469, list) where list =
- Pointer comparisons that are not subtractions using the relational operators
<
,<=
,>=
, and>
, where the pointers do not refer to the same array
...
...
ARR36-C = Union(CWE-469, list) where list =
<
, <=
, >=
, and >
, where the pointers do not refer to the same array...