-
Notifications
You must be signed in to change notification settings - Fork 76
RULE-6-8-4: FN for *this returning member #1122
Copy link
Copy link
Open
Labels
Difficulty-MediumA false positive or false negative report which is expected to take 1-5 days effort to addressA false positive or false negative report which is expected to take 1-5 days effort to addressImpact-Lowfalse positive/false negativeAn issue related to observed false positives or false negatives.An issue related to observed false positives or false negatives.false-negativeAn issue representing a false negative report.An issue representing a false negative report.
Metadata
Metadata
Assignees
Labels
Difficulty-MediumA false positive or false negative report which is expected to take 1-5 days effort to addressA false positive or false negative report which is expected to take 1-5 days effort to addressImpact-Lowfalse positive/false negativeAn issue related to observed false positives or false negatives.An issue related to observed false positives or false negatives.false-negativeAn issue representing a false negative report.An issue representing a false negative report.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Affected rules
Description
does not find pointer dereferences for this in member functions.
likely need to extend
MembersReturningObjectto usegetASubobjectAccessOfPointeebut right now that duplicates results withMembersReturningSubObjectunless other checks are applied to make sure the return is an address or referencegetASubobjectAccessOfPointeewould also need to be more thoroughly tested in this caseExample