-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meet of string pointers in address domain imprecise #1467
Comments
The call propagates until analyzer/src/domain/disjointDomain.ml Lines 190 to 205 in bffc5e3
where
analyzer/src/cdomain/value/cdomains/addressDomain.ml Lines 102 to 111 in bffc5e3
which calls analyzer/src/cdomain/value/cdomains/stringDomain.ml Lines 77 to 81 in bffc5e3
|
Currently the meet of an unknown string pointer and a known string pointer is the unknown string pointer.
The problem seems to be in the address domain, as the actual meet in the string domain which is defined to return the known pointer
analyzer/src/cdomain/value/cdomains/stringDomain.ml
Lines 99 to 108 in bffc5e3
is never actually called.
The text was updated successfully, but these errors were encountered: