index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
asan
/
asan_errors.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/asan to .cpp
Nico Weber
2019-08-01
1
-597
/
+0
*
[sanitizer] Implement reallocarray.
Evgeniy Stepanov
2019-05-01
1
-0
/
+13
*
[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API
Julian Lettner
2019-03-01
1
-1
/
+1
*
Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"
Julian Lettner
2019-03-01
1
-1
/
+1
*
[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API
Julian Lettner
2019-03-01
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Do not rely on that subject of ErrorAllocTypeMismatch is a heap address.
Martin Liska
2018-12-27
1
-3
/
+2
*
[ASan] Minor ASan error reporting cleanup
Alex Shlyapnikov
2018-07-09
1
-60
/
+42
*
[Sanitizers] Remove OOM/BadRequest allocator error handling policies.
Alex Shlyapnikov
2018-06-20
1
-8
/
+8
*
[Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalign
Alex Shlyapnikov
2018-06-08
1
-0
/
+22
*
[asan] Add a magic shadow value for shadw gap
Walter Lee
2018-05-16
1
-0
/
+1
*
[ASan] Report proper ASan error on allocator failures instead of CHECK(0)-ing
Alex Shlyapnikov
2018-03-28
1
-0
/
+100
*
[sanitizer] Remove unused <signal.h> which conflicts with asan declarations
Vitaly Buka
2017-11-10
1
-1
/
+0
*
[sanitizers] Rename GetStackTraceWithPcBpAndContext
Vitaly Buka
2017-11-09
1
-2
/
+1
*
[Sanitizers] ASan: detect new/delete calls with mismatched alignment.
Alex Shlyapnikov
2017-10-25
1
-5
/
+23
*
[asan] Don't print rows of shadow bytes outside shadow memory
Reid Kleckner
2017-10-25
1
-2
/
+7
*
[asan] Remove ScopedDeadlySignal
Vitaly Buka
2017-09-18
1
-2
/
+8
*
[sanitizer] Move stack overflow and signal reporting from Asan into common.
Vitaly Buka
2017-09-14
1
-49
/
+14
*
[asan] Remove ErrorStackOverflow
Vitaly Buka
2017-09-14
1
-48
/
+48
*
[compiler-rt] Use SignalContext in ErrorStackOverflow and ErrorDeadlySignal
Vitaly Buka
2017-09-13
1
-14
/
+19
*
[compiler-rt] Move dump_instruction_bytes and dump_registers into sanitizer_c...
Vitaly Buka
2017-09-13
1
-31
/
+0
*
[compiler-rt] Cleanup decorators
Vitaly Buka
2017-09-11
1
-14
/
+14
*
Add NetBSD support in asan_errors.cc
Kamil Rytarowski
2017-08-07
1
-1
/
+1
*
Refactor MemoryMappingLayout::Next to use a single struct instead of output p...
Francis Ricci
2017-07-11
1
-4
/
+3
*
Restrict usage of MemoryMappingLayout to platforms which support it
Filipe Cabecinhas
2017-03-01
1
-0
/
+2
*
Reapply r296419: [asan] Print a "PC is at a non-executable memory region" mes...
Filipe Cabecinhas
2017-03-01
1
-0
/
+11
*
Revert r296419 since the strings appear to need some tweaking.
Filipe Cabecinhas
2017-02-28
1
-11
/
+0
*
[asan] Print a "PC is at a non-executable memory region" message if that's th...
Filipe Cabecinhas
2017-02-28
1
-0
/
+11
*
[sanitizer] Move DescribeSignalOrException to sanitizer_common.
Marcos Pividori
2017-02-02
1
-1
/
+1
*
[asan] Provide bug descriptions for all reports (not just ErrorGeneric)
Kuba Mracek
2016-11-28
1
-23
/
+24
*
[asan] Add a "dump_registers" flag to print out CPU registers after a SIGSEGV
Kuba Mracek
2016-11-26
1
-0
/
+6
*
[asan] Reify ErrorGeneric
Filipe Cabecinhas
2016-09-21
1
-0
/
+212
*
[asan] Store full AddressDescription objects in ErrorInvalidPointerPair
Filipe Cabecinhas
2016-09-21
1
-3
/
+4
*
[asan] Reify ErrorInvalidPointerPair
Filipe Cabecinhas
2016-09-15
1
-0
/
+13
*
[asan] Reify ErrorODRViolation
Filipe Cabecinhas
2016-09-15
1
-0
/
+29
*
[asan] Reify ErrorBadParamsToAnnotateContiguousContainer
Filipe Cabecinhas
2016-09-15
1
-0
/
+17
*
[asan] Reify ErrorStringFunctionSizeOverflow
Filipe Cabecinhas
2016-09-14
1
-0
/
+12
*
[asan] Reify ErrorStringFunctionMemoryRangesOverlap
Filipe Cabecinhas
2016-09-14
1
-0
/
+19
*
[asan] Reify ErrorSanitizerGetAllocatedSizeNotOwned
Filipe Cabecinhas
2016-09-13
1
-0
/
+13
*
[asan] Reify ErrorMallocUsableSizeNotOwned
Filipe Cabecinhas
2016-09-13
1
-0
/
+13
*
[asan] Reify ErrorAllocTypeMismatch
Filipe Cabecinhas
2016-09-13
1
-0
/
+23
*
[asan] Reify ErrorFreeNotMalloced
Filipe Cabecinhas
2016-09-13
1
-0
/
+18
*
[asan] Reify ErrorDeadlySignal
Filipe Cabecinhas
2016-09-08
1
-0
/
+46
*
[asan] Reify ErrorNewDeleteSizeMismatch
Filipe Cabecinhas
2016-09-07
1
-0
/
+25
*
Fix buildbot bug: Wasn't printing scariness for DoubleFree
Filipe Cabecinhas
2016-08-31
1
-0
/
+1
*
Reify ErrorDoubleFree
Filipe Cabecinhas
2016-08-31
1
-0
/
+18
*
Start reifying error descriptions (Re-do of D23672 supporting VS2013)
Filipe Cabecinhas
2016-08-30
1
-0
/
+36
*
Revert "Start reifying error descriptions. Second try: Try to appease Visual ...
Filipe Cabecinhas
2016-08-28
1
-36
/
+0
*
Start reifying error descriptions. Second try: Try to appease Visual Studio.
Filipe Cabecinhas
2016-08-28
1
-0
/
+36
*
Revert "Start reifying error descriptions"
Filipe Cabecinhas
2016-08-26
1
-36
/
+0
[next]