summaryrefslogtreecommitdiff
path: root/lib/asan/asan_report.cc
AgeCommit message (Expand)Author
2017-03-30[asan] Support line numbers in StackVarDescrKuba Mracek
2017-01-29General definition for weak functionsMarcos Pividori
2017-01-06[sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek
2016-11-28[asan] Provide bug descriptions for all reports (not just ErrorGeneric)Kuba Mracek
2016-09-21[asan] Reify ErrorGenericFilipe Cabecinhas
2016-09-15[asan] Reify ErrorInvalidPointerPairFilipe Cabecinhas
2016-09-15[asan] Reify ErrorODRViolationFilipe Cabecinhas
2016-09-15[asan] Reify ErrorBadParamsToAnnotateContiguousContainerFilipe Cabecinhas
2016-09-14[asan] Reify ErrorStringFunctionSizeOverflowFilipe Cabecinhas
2016-09-14[asan] Reify ErrorStringFunctionMemoryRangesOverlapFilipe Cabecinhas
2016-09-13[asan] Reify ErrorSanitizerGetAllocatedSizeNotOwnedFilipe Cabecinhas
2016-09-13[asan] Reify ErrorMallocUsableSizeNotOwnedFilipe Cabecinhas
2016-09-13[asan] Reify ErrorAllocTypeMismatchFilipe Cabecinhas
2016-09-13[asan] Reify ErrorFreeNotMallocedFilipe Cabecinhas
2016-09-12[asan] Cleanup: Move tid into ErrorBase, add const to BufferedStackTrace, be ...Filipe Cabecinhas
2016-09-08[asan] Reify ErrorDeadlySignalFilipe Cabecinhas
2016-09-07[asan] Reify ErrorNewDeleteSizeMismatchFilipe Cabecinhas
2016-08-31Reify ErrorDoubleFreeFilipe Cabecinhas
2016-08-30Start reifying error descriptions (Re-do of D23672 supporting VS2013)Filipe Cabecinhas
2016-08-28Revert "Start reifying error descriptions. Second try: Try to appease Visual ...Filipe Cabecinhas
2016-08-28Start reifying error descriptions. Second try: Try to appease Visual Studio.Filipe Cabecinhas
2016-08-26Revert "Start reifying error descriptions"Filipe Cabecinhas
2016-08-26Start reifying error descriptionsFilipe Cabecinhas
2016-08-25[asan] remove unused kAsanHeapRightRedzoneMagic (NFC)Kostya Serebryany
2016-08-19Cleanup: Move the *AddressDescription printing code to Print() members inside...Filipe Cabecinhas
2016-08-17[asan] Remove "Stack partial redzone" from reportVitaly Buka
2016-08-17Split DescribeAddressIfGlobal between a function that gets all the informatio...Filipe Cabecinhas
2016-08-17Split DescribeAddressIfStack between a function that gets all the information...Filipe Cabecinhas
2016-08-17Rename DescribeHeapAddress to DescribeAddressIfHeap and split it into a funct...Filipe Cabecinhas
2016-08-16Move the Decorator, ThreadNameWithParenthesis, and DescribeThread to asan_des...Filipe Cabecinhas
2016-08-15Split DescribeAddressIfShadow between a function that gets all the informatio...Filipe Cabecinhas
2016-08-03[compiler-rt] Fix CHECK coding style [NFC]Etienne Bergeron
2016-05-31[asan] Fix a deadlock halt_on_error-signals.c when `reporting_thread_tid_` is 0Kuba Brecka
2016-05-06[asan] Bail out on stack overflow in recovery mode.Maxim Ostapenko
2016-04-29[asan] Assert in __sanitizer_ptr_{sub,cmp} if one of the pointers was freed.Filipe Cabecinhas
2016-04-26[sanitizers] [NFC] Add defines for the various PowerPC ABIs.Marcin Koscielnicki
2016-04-13[asan] Prefer alloc-dealloc-mismatch to new-delete-type-mismatch.Evgeniy Stepanov
2016-03-26[asan] bump the scariness score of read-after-frees (based on feedback from t...Kostya Serebryany
2016-03-09sanitizer: Fix endianness checks for gccAlexey Samsonov
2016-02-09[asan] update the scariness score: tweak a few weights and add testsKostya Serebryany
2016-02-08[asan] Implement SEGV read vs write detection for ARM and AArch64.Evgeniy Stepanov
2016-02-08[asan] re-commit r259961, this time making the test Linux-OnlyKostya Serebryany
2016-02-07Revert r259961, r259978, r259981.Nico Weber
2016-02-06[asan] add an experimental feature that prints the scariness score of the err...Kostya Serebryany
2016-02-04[asan] When catching a signal caused by a memory access, print if it's a READ...Kostya Serebryany
2016-01-20[asan] print an additional hint when reporting a container overflowKostya Serebryany
2016-01-18[asan] Optionally print reproducer cmdline in ASan reports.Maxim Ostapenko
2016-01-06[sanitizers] Log all output to CrashReport on OS XAnna Zaks
2015-12-10[asan] Use atomic_uintptr_t instead of atomic_uint64_t in SuppressErrorReport.Yury Gribov
2015-12-10[asan] Suppress duplicated errors in ASan recovery mode.Yury Gribov