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

mach_override may conflict with that in the client programs #22

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

Comments

@ramosian-glider
Copy link
Member

Originally reported on Google Code with ID 22

Chrome uses mach_override framework, and its version differs slightly from that we are
using. At the moment linking ASan with Chrome tests causes them to fail, because we're
trying to call instrumented versions of mach_override_ptr(), allocateBranchIsland()
etc. from the ASan runtime. Even if we don't instrument those functions, we still get
the wrong implementation of mach_override_ptr, which may not cope with some of the
functions we need to override.

mach_override is written in C, thus we can't use namespaces.

Reported by ramosian.glider on 2011-12-26 17:01:04

@ramosian-glider
Copy link
Member Author

Fixed in r147303.

Reported by ramosian.glider on 2011-12-28 11:35:11

  • 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