Skip to content
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

ignore free(NULL) calls #1

Open
ppissias opened this issue Nov 21, 2018 · 0 comments
Open

ignore free(NULL) calls #1

ppissias opened this issue Nov 21, 2018 · 0 comments

Comments

@ppissias
Copy link
Owner

Currently free (NULL) calls are identified as false positives for double free operations.
The solution is to ignore them, by adding also the condition
/arg1 != 0/ to pid$1::free:entry
for both .d scripts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant