index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
asan
/
asan_allocator.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] fix asan issue #66 (correctly report type of the bug)
Kostya Serebryany
2012-04-23
1
-0
/
+1
*
[asan] make __asan::Deallocate immune to racy double-free (issue #57)
Kostya Serebryany
2012-04-05
1
-4
/
+8
*
Log the allocator messages at a higher verbosity level.
Alexander Potapenko
2012-03-27
1
-1
/
+1
*
[asan] Support for %z to Printf()
Evgeniy Stepanov
2012-03-21
1
-10
/
+10
*
AddressSanitizer: fix a couple of typos
Alexey Samsonov
2012-03-13
1
-4
/
+4
*
[asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownership
Kostya Serebryany
2012-03-10
1
-7
/
+25
*
Replace some #ifdef(s) with plain if(s).
Evgeniy Stepanov
2012-02-27
1
-12
/
+5
*
AddressSanitizer: add some checks to AsanChunkFifoList::PushList
Alexey Samsonov
2012-02-27
1
-0
/
+4
*
[ASan] Remove one FIXME - re-enable "free-not-malloced" reports on Windows
Timur Iskhodzhanov
2012-02-21
1
-5
/
+0
*
AddressSanitizer: fix lint
Alexey Samsonov
2012-02-17
1
-3
/
+3
*
[asan] Allocator tweaks for low memory systems.
Evgeniy Stepanov
2012-02-16
1
-2
/
+8
*
[asan] The first version of the RTL for Windows, reviewed at http://coderevie...
Timur Iskhodzhanov
2012-02-09
1
-0
/
+5
*
AddressSanitizer: replace all "real_X" calls with "REAL(X)"
Alexey Samsonov
2012-02-08
1
-6
/
+6
*
[asan] better warning messages for double-free bugs (provide allocation/deall...
Kostya Serebryany
2012-02-08
1
-1
/
+1
*
AddressSanitizer: simplify RoundUpToPowerOfTwo/clz; add a couple of CHECKs fo...
Alexey Samsonov
2012-02-03
1
-19
/
+13
*
[asan] minor ifdef cleanup
Kostya Serebryany
2012-01-30
1
-4
/
+4
*
Make compiler-rt/trunk/lib/asan compileable with Visual Studio 2008 on Windows.
Alexander Potapenko
2012-01-27
1
-1
/
+30
*
AddressSanitizer: return false instead of true for __asan_get_ownership(NULL)
Alexey Samsonov
2012-01-18
1
-25
/
+10
*
Revert commit 148304
Alexey Samsonov
2012-01-17
1
-7
/
+25
*
AddressSanitizer: from this patch, ASan allocator returns false for __asan_ge...
Alexey Samsonov
2012-01-17
1
-25
/
+7
*
AddressSanitizer: add support for malloc_usable_size() function
Alexey Samsonov
2012-01-17
1
-10
/
+42
*
[asan] move more stuff to OS-specific files
Kostya Serebryany
2012-01-06
1
-4
/
+0
*
[asan] refactoring: don't #include <sys/mman.h> in non-os-specific files
Kostya Serebryany
2011-12-28
1
-1
/
+0
*
[asan] use custom libc-free getenv; a bit of refactoring around mmap calls
Kostya Serebryany
2011-12-28
1
-31
/
+4
*
[asan] canonicalise the output for double-free and wrong-free. fixes asan iss...
Kostya Serebryany
2011-12-13
1
-2
/
+3
*
[asan] make use-after-return mode more robust: allow to call instrumented fun...
Kostya Serebryany
2011-12-09
1
-2
/
+1
*
[asan] always collect malloc statstics (removed FLAG_stats)
Kostya Serebryany
2011-12-05
1
-36
/
+31
*
[asan] minimize the use of STL. One bit is still left.
Kostya Serebryany
2011-12-02
1
-5
/
+3
*
lib/asan: Fix possible type mismatches.
Daniel Dunbar
2011-12-02
1
-2
/
+2
*
Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by ...
Kostya Serebryany
2011-11-30
1
-14
/
+4
*
AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...
Kostya Serebryany
2011-11-30
1
-0
/
+1065