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
/
sanitizer_common
/
tests
/
sanitizer_libc_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizer] Fix file access modes in SanitizerCommon.InternalMmapWithOffset a...
Alexander Potapenko
2015-03-23
1
-2
/
+2
*
[ASan] Distinguish between read, write and read-write file access modes in Op...
Alexander Potapenko
2015-03-23
1
-3
/
+3
*
[Sanitizers] Fix internal_lseek() to work on FreeBSD
Viktor Kutuzov
2015-01-08
1
-2
/
+5
*
[sanitizer] Disable InternalMmapWithOffset test on OSX.
Evgeniy Stepanov
2014-12-24
1
-1
/
+1
*
[sanitizer] Disable InternalMmapWithOffset test on Windows.
Evgeniy Stepanov
2014-12-24
1
-0
/
+3
*
[sanitizer] mmap2 syscall works with 4096-byte units instead of bytes.
Evgeniy Stepanov
2014-12-24
1
-18
/
+46
*
[Sanitizer tests] Exclude three tests that fail on Windows
Timur Iskhodzhanov
2014-05-13
1
-0
/
+3
*
Add internal_strchrnul function
Alexey Samsonov
2013-09-03
1
-0
/
+7
*
[sanitizer] Minor fixes in sanitizer_common tests.
Sergey Matveev
2013-05-14
1
-2
/
+3
*
[tsan] fix gcc build with -Wall
Kostya Serebryany
2013-05-14
1
-2
/
+2
*
[nolibc] Change internal syscall API to remove reliance on libc's errno.
Peter Collingbourne
2013-05-08
1
-8
/
+10
*
[sanitizer] Sanitizer __internal_*stat interface.
Evgeniy Stepanov
2013-05-07
1
-0
/
+15
*
[sanitizer] Fix FileOps test on Android.
Evgeniy Stepanov
2013-02-19
1
-0
/
+10
*
[asan] instrument memory accesses with unusual sizes
Kostya Serebryany
2013-02-19
1
-1
/
+2
*
[Sanitizer] Make temporary filename depend on user ID
Alexey Samsonov
2013-02-18
1
-5
/
+7
*
[Sanitizer] extend internal libc with stat/fstat/lstat functions
Alexey Samsonov
2013-02-04
1
-0
/
+44
*
[asan] implement more strict checking for memset/etc parameters. Instead of c...
Kostya Serebryany
2012-12-28
1
-0
/
+20
*
Fix the internal_memmove() implementation that used to skip src[0] if dst < src.
Alexander Potapenko
2012-10-26
1
-0
/
+22