Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu x86_64, clang 6.0, swfdump (latest master a9d5082)
./src/swfdump -D @@
==43305==ERROR: LeakSanitizer: detected memory leaks
Indirect leak of 63245 byte(s) in 2 object(s) allocated from: #0 0x7ffff6f02602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x532fa7 in rfx_alloc /test/swftools-asan/lib/mem.c:30 #2 0x7fffffffe2bf ()
Indirect leak of 144 byte(s) in 3 object(s) allocated from: #0 0x7ffff6f0279a in __interceptor_calloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x9879a) #1 0x53318c in rfx_calloc /test/swftools-asan/lib/mem.c:69 #2 0x7fffffffe2bf ()
SUMMARY: AddressSanitizer: 63389 byte(s) leaked in 5 allocation(s).
POC memory_leaks_poc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
system info
Ubuntu x86_64, clang 6.0, swfdump (latest master a9d5082)
Command line
./src/swfdump -D @@
AddressSanitizer output
==43305==ERROR: LeakSanitizer: detected memory leaks
Indirect leak of 63245 byte(s) in 2 object(s) allocated from:
#0 0x7ffff6f02602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602)
#1 0x532fa7 in rfx_alloc /test/swftools-asan/lib/mem.c:30
#2 0x7fffffffe2bf ()
Indirect leak of 144 byte(s) in 3 object(s) allocated from:
#0 0x7ffff6f0279a in __interceptor_calloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x9879a)
#1 0x53318c in rfx_calloc /test/swftools-asan/lib/mem.c:69
#2 0x7fffffffe2bf ()
SUMMARY: AddressSanitizer: 63389 byte(s) leaked in 5 allocation(s).
POC
memory_leaks_poc
The text was updated successfully, but these errors were encountered: