-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
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
ERROR - segmentation fault - malloc_consolidate #502
Comments
(gdb) x/i $pc |
(gdb) bt |
(gdb) x/8i $pc |
ASAN analyis report: 0x60300000ede4 is located 0 bytes to the right of 20-byte region [0x60300000edd0,0x60300000ede4) SUMMARY: AddressSanitizer: heap-buffer-overflow transform/palette_C.hpp:130 TransformPaletteC::process(ColorRanges const*, std::vector<Image, std::allocator |
I found the second Error。Server:Ubuntu 14.04.5 LTS using AFL fuzzing 。
The error is the following。
(gdb) run -e crashes/id:000120,sig:11,src:000411,op:havoc,rep:2 test8.flif
Starting program: /home/lx/5_7/flif/flif/src/flif -e crashes/id:000120,sig:11,src:000411,op:havoc,rep:2 test8.flif
Warning: expected ".png", ".pnm" or ".pam" file name extension for input file, trying anyway...
Program received signal SIGSEGV, Segmentation fault.
malloc_consolidate (av=av@entry=0x7ffff7683760 <main_arena>) at malloc.c:4151
4151 malloc.c: No such file or directory.
The text was updated successfully, but these errors were encountered: