-
Notifications
You must be signed in to change notification settings - Fork 93
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
heap-buffer-overflow read in skip_space() #74
Comments
similar to issue #73. table.c
|
tats
added a commit
that referenced
this issue
Dec 8, 2016
Fixed, thank you. |
Patch updated. |
tats
added a commit
that referenced
this issue
May 5, 2017
- New patch 934_menu.patch to fix buffer overflow (#49) - New patch 935_shiftanchor.patch to fix buffer overflow (#62) - New patch 936_metarefresh.patch to fix buffer overflow (#63) - New patch 937_lineproc0.patch to fix buffer overflow (#67) - New patch 938_lineproc2body.patch to fix buffer overflow (#61) - New patch 939_textarea.patch to fix buffer overflow (#58) - New patch 940_tabattr.patch to fix buffer overflow (#60) - New patch 941_integeredwidth.patch to fix buffer overflow (#70) - New patch 942_tridvalue.patch to fix buffer overflow (#71) - New patch 943_pushlink.patch to fix buffer overflow (#64, #66) - New patch 944_lineproc0.patch to fix use after free (#65) - New patch 945_wtfstrwidth.patch to fix buffer overflow (#57) - New patch 946_strnewsize.patch to fix buffer overflow (#72) - New patch 947_realcolumn.patch to fix buffer overflow (#69) - New patch 948_getmclen.patch to fix buffer overflow (#59, #73, #74, #75, #76, #78, #79, #80, #83, #84) - New patch 949_wtftowcs.patch to fix buffer overflow (#77) - New patch 950_textarea.patch to fix infinite loop (#85) - New patch 951_lineproc0.patch to fix use after free (#81) - New patch 952_formupdatebuffer.patch to fix buffer overflow (#82) - New patch 953_formupdateline.patch to fix buffer overflow (#68#issuecomment-266214643) - New patch 954_wtfparse1.patch to fix buffer overflow (#68)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
input (
xxd cases/tats-w3m-74
)how to reproduce:
stderr:
This is detected with help of dummy libgc wrapper. See http://github.com/kcwu/fuzzing-w3m/notgc for detail.
More detail to reproduce please see http://github.com/kcwu/fuzzing-w3m
For your convenience,
gdbline:
LD_LIBRARY_PATH=./notgc ASAN_OPTIONS=abort_on_error=1:detect_leaks=0 gdb --args ./w3m-tats.asan -T text/html -dump cases/tats-w3m-74
this is found by afl-fuzz
The text was updated successfully, but these errors were encountered: