We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally reported on Google Code with ID 187
TEST(AddressSanitizer, ReallocFreedPointerTest) { void *ptr = Ident(malloc(42)); ASSERT_TRUE(NULL != ptr); free(ptr); ptr = realloc(ptr, 77); } --> [ RUN ] AddressSanitizer.ReallocFreedPointerTest ==9417==AddressSanitizer CHECK failed: projects/compiler-rt/lib/asan/asan_allocator2.cc:491 "((m->chunk_state)) == ((CHUNK_ALLOCATED))" (0x3, 0x2)
Reported by timurrrr@google.com on 2013-05-18 18:33:40
timurrrr@google.com
The text was updated successfully, but these errors were encountered:
http://llvm.org/viewvc/llvm-project?rev=182255&view=rev
Reported by timurrrr@google.com on 2013-05-20 13:09:30
Fixed
Sorry, something went wrong.
Adding Project:AddressSanitizer as part of GitHub migration.
Reported by ramosian.glider on 2015-07-30 09:13:41
ramosian.glider
No branches or pull requests
Originally reported on Google Code with ID 187
Reported by
timurrrr@google.com
on 2013-05-18 18:33:40The text was updated successfully, but these errors were encountered: