RULE-8-13
: Consider *p++ = ...
pattern to be a write
#763
Labels
Difficulty-Medium
A false positive or false negative report which is expected to take 1-5 days effort to address
false positive/false negative
An issue related to observed false positives or false negatives.
Impact-Medium
Affected rules
RULE-8-13
Description
*p++
should be considered to be a write to p.Example
*p++ = 1;
The text was updated successfully, but these errors were encountered: