issues
search
tst2005googlecode2
/
address-sanitizer
Automatically exported from code.google.com/p/address-sanitizer
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Attempting double-free on IOS with SDL
#272
GoogleCodeExporter
opened
9 years ago
0
cannot use ASAN w/shared-library code (JVM, JNI)
#271
GoogleCodeExporter
opened
9 years ago
6
llvm-symbolizer fails to symbolize frames in a stripped library
#270
GoogleCodeExporter
closed
9 years ago
1
comparison and difference on unrelated pointers
#269
GoogleCodeExporter
opened
9 years ago
8
Machine-readable error reports
#268
GoogleCodeExporter
closed
9 years ago
3
getShadowMapping is hard to extend for new platforms
#267
GoogleCodeExporter
closed
9 years ago
6
No longer need -undefined dynamic_lookup in Darwin ASAN runtime library LDFLAGS
#266
GoogleCodeExporter
closed
9 years ago
3
Miscalculation of ByteMap kSize1 for small mmap ranges on iOS/AArch64
#265
GoogleCodeExporter
opened
9 years ago
3
Symbolization of globals is broken on Android
#264
GoogleCodeExporter
closed
9 years ago
14
Android libc closes stdout/stdin/stderr before atexit() handlers
#263
GoogleCodeExporter
opened
9 years ago
0
Detect stack overflow in SEGV handler
#262
GoogleCodeExporter
opened
9 years ago
3
pthread_get_stacksize_np() returns incorrect value on Mac OS X 10.9
#261
GoogleCodeExporter
opened
9 years ago
2
ASan breaks dead stripping (-ffunction-sections/-Wl,-gc-section on Linux, -dead_strip on OSX)
#260
GoogleCodeExporter
opened
9 years ago
8
shmctl() interceptor assumes wrong size for written data
#259
GoogleCodeExporter
closed
9 years ago
2
false negatives with throw/longjmp
#258
GoogleCodeExporter
opened
9 years ago
2
lsan false positive with new T[0]
#257
GoogleCodeExporter
closed
9 years ago
1
[patch] decrease resident memory usage.
#256
GoogleCodeExporter
closed
9 years ago
8
Forking threads fails with clang 3.4
#255
GoogleCodeExporter
closed
9 years ago
7
dyld: Symbol not found: ___asan_mapping_offset, when running ASanified binary
#254
GoogleCodeExporter
closed
9 years ago
12
Correctly handle the symbolizer pipe on fork()
#253
GoogleCodeExporter
opened
9 years ago
7
DRASan fails to identify a thread
#252
GoogleCodeExporter
opened
9 years ago
9
Unify symbolization in PrintStackTrace and suppression code
#251
GoogleCodeExporter
closed
9 years ago
4
shmctl interceptor does not work in 32-bit mode
#250
GoogleCodeExporter
opened
9 years ago
2
Bad choice of aliased symbol name in symbolizer
#249
GoogleCodeExporter
opened
9 years ago
1
Intercept iconv on OSX
#248
GoogleCodeExporter
opened
9 years ago
0
Support source fortification
#247
GoogleCodeExporter
opened
9 years ago
7
Porting to a new target (AArch64)
#246
GoogleCodeExporter
opened
9 years ago
16
optimize asan's stack frame layout
#245
GoogleCodeExporter
closed
9 years ago
2
Support pthread_setname_np
#244
GoogleCodeExporter
opened
9 years ago
0
Expose __sanitizer_print_stack_trace()?
#243
GoogleCodeExporter
closed
9 years ago
18
llvm-symbolizer: implement -x flag and strip_path_prefix
#242
GoogleCodeExporter
closed
9 years ago
3
provide more information for unnamed temps
#241
GoogleCodeExporter
opened
9 years ago
3
Detect when asan runtime is loaded twice into the same process
#240
GoogleCodeExporter
closed
9 years ago
11
Do not rely on malloc context in allocator reports
#239
GoogleCodeExporter
closed
9 years ago
22
Drop support for use_stack_depot=false
#238
GoogleCodeExporter
closed
9 years ago
2
AS requires /proc in chroot jail to function
#237
GoogleCodeExporter
closed
9 years ago
5
Prohibit building with -fsanitize=address on OSX 10.6 and before
#236
GoogleCodeExporter
opened
9 years ago
1
compiling with asan generates wrong DWARF
#235
GoogleCodeExporter
closed
9 years ago
18
Incorrect implementation of atomics on ARM
#234
GoogleCodeExporter
closed
9 years ago
2
Allocator cache is flushed in a wrong place.
#233
GoogleCodeExporter
closed
9 years ago
2
Reduce AsanThreadContext size
#232
GoogleCodeExporter
closed
9 years ago
4
implement memory tracing for heap objects
#231
GoogleCodeExporter
opened
9 years ago
4
LSan reports a trivial leak non-deterministically
#230
GoogleCodeExporter
closed
9 years ago
3
use-after-return causes false positive leak reports
#229
GoogleCodeExporter
closed
9 years ago
2
AddressSanitizer CHECK failed on linux kernel that is patched with PaX
#228
GoogleCodeExporter
closed
9 years ago
7
iossim runtime library must differ from the x86 one
#227
GoogleCodeExporter
closed
9 years ago
3
Revisit memcpy()/memmove() handling on OSX after we drop support for 10.8
#226
GoogleCodeExporter
opened
9 years ago
0
False negative in init-order checker when non-dynamically initialized global is overwritten in global constructors.
#225
GoogleCodeExporter
closed
9 years ago
4
fix use_sigaltstack flag and consider enabling it by default.
#224
GoogleCodeExporter
closed
9 years ago
3
No debug information on MacOS with gcc 4.8.1
#223
GoogleCodeExporter
closed
9 years ago
6
Next