issues
search
ramosian-glider
/
memory-sanitizer
Automatically exported from code.google.com/p/memory-sanitizer
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
segfault in msan_init while running unit_tests
#40
GoogleCodeExporter
opened
9 years ago
3
std::map gives errors
#39
GoogleCodeExporter
closed
9 years ago
2
False positive with std::string and strlen
#38
GoogleCodeExporter
closed
9 years ago
2
drrun segfault
#37
GoogleCodeExporter
opened
9 years ago
4
strotoimax test failing with glibc 2.17
#36
GoogleCodeExporter
opened
9 years ago
1
Find a better name for origin coming from free()
#35
GoogleCodeExporter
closed
9 years ago
7
__msan_copy_origin may destroy valid origin info
#34
GoogleCodeExporter
closed
9 years ago
2
MSan does not report "obvious" uninits
#33
GoogleCodeExporter
opened
9 years ago
1
msan should clear the thread-local allocator cache, just like asan and tsan
#32
GoogleCodeExporter
closed
9 years ago
2
Fine-grained origins for class members
#31
GoogleCodeExporter
opened
9 years ago
1
Force at least 4 byte alignment for local variables
#30
GoogleCodeExporter
opened
9 years ago
1
MSan reports "invalid origin" on use-after-free
#29
GoogleCodeExporter
closed
9 years ago
4
Signal handler should save / restore all MSan TLS context
#28
GoogleCodeExporter
closed
9 years ago
2
Print full stack trace on CHECK failure
#27
GoogleCodeExporter
opened
9 years ago
1
Thread names and creation stacks in MSan reports
#26
GoogleCodeExporter
opened
9 years ago
1
Stack allocations are poisoned even in blacklisted functions
#25
GoogleCodeExporter
closed
9 years ago
2
byval shadow not initialized when -msan-check-access-address=0
#24
GoogleCodeExporter
opened
9 years ago
1
Implement symbolized stack origins
#23
GoogleCodeExporter
closed
9 years ago
2
Handle mismatching keep_going and track_origins
#22
GoogleCodeExporter
closed
9 years ago
2
Intercept NSS calls
#21
GoogleCodeExporter
closed
9 years ago
2
Running:Couldn't find `__msan_get_retval_tls_offset` in /usr/bin/test
#20
GoogleCodeExporter
closed
9 years ago
3
msan interacts poorly with small stack sizes due to __thread usage
#19
GoogleCodeExporter
closed
9 years ago
3
MSan seems to ignore no_sanitize_memory attribute
#18
GoogleCodeExporter
closed
9 years ago
2
sanitizer headers are not installed in configure/make build
#17
GoogleCodeExporter
opened
9 years ago
1
Enforce that all objects in a process are ABI-compatible
#16
GoogleCodeExporter
opened
9 years ago
1
ReExec can not handle long argument lists
#15
GoogleCodeExporter
closed
9 years ago
2
msan needs lit-style tests, just like with asan/tsan
#14
GoogleCodeExporter
closed
9 years ago
2
Improve scanf interceptor
#13
GoogleCodeExporter
closed
9 years ago
2
Use -fsanitize=recover instead of -mllvm -msan-keep-going
#12
GoogleCodeExporter
opened
9 years ago
4
False positive with volatile bitfields
#11
GoogleCodeExporter
closed
9 years ago
2
Missing shadow checks for compile-time constants
#10
GoogleCodeExporter
opened
9 years ago
1
Syscall & ioctl handling in DynamoRio tool
#9
GoogleCodeExporter
closed
9 years ago
2
Add a clang option for track-origins
#8
GoogleCodeExporter
closed
9 years ago
3
False aliasing between shadow, origin and app memory?
#7
GoogleCodeExporter
opened
9 years ago
6
Issues in origin handling
#6
GoogleCodeExporter
opened
9 years ago
5
Basic handling of inline assembly
#5
GoogleCodeExporter
closed
9 years ago
2
Handle SIMD intrinsics
#4
GoogleCodeExporter
closed
9 years ago
2
Postpone shadow checks until function exit
#3
GoogleCodeExporter
opened
9 years ago
2
msandr does not handle fcvt
#2
GoogleCodeExporter
closed
9 years ago
2
compilation failure around with exceptions
#1
GoogleCodeExporter
closed
9 years ago
2
Previous