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 should instrument rmw and cmpxchg #74

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

asan should instrument rmw and cmpxchg #74

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

Comments

@ramosian-glider
Copy link
Member

Originally reported on Google Code with ID 74

We don't instrument these tests: 

void example(int *ptr) {
 __sync_fetch_and_add(ptr, 1);
}

void example(int *ptr, int compare_to, int new_value) {
 __sync_val_compare_and_swap(ptr, compare_to, new_value);
}

Reported by konstantin.s.serebryany on 2012-05-29 14:50:46

@ramosian-glider
Copy link
Member Author

LLVM r157683.

Reported by konstantin.s.serebryany on 2012-05-30 09:07:44

  • 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:59

  • 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