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

asan false positives caused by dlcose #19

Closed
ramosian-glider opened this issue Aug 31, 2015 · 2 comments
Closed

asan false positives caused by dlcose #19

ramosian-glider opened this issue Aug 31, 2015 · 2 comments

Comments

@ramosian-glider
Copy link
Member

Originally reported on Google Code with ID 19

1. application dlopens foo.so
2. asan registers all globals from foo.so
3. application closes foo.so
4. application mmaps some memory to the location where foo.so was before
5. application starts using this mmaped memory, but asan still thinks there are globals.

6. BOOM

I'll create a unit test and then a fix. 

Reported by konstantin.s.serebryany on 2011-12-15 18:51:20

@ramosian-glider
Copy link
Member Author

This is now fixed in LLVM trunk (146688). 

Reported by konstantin.s.serebryany on 2011-12-15 22:07:04

  • Status changed: Fixed

@ramosian-glider
Copy link
Member Author

Adding Project:AddressSanitizer as part of GitHub migration.

Reported by ramosian.glider on 2015-07-30 09:12:58

  • Labels added: ProjectAddressSanitizer

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

No branches or pull requests

1 participant