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
memory exhausted due to repeat appending "</table>" #23
Comments
|
Reproducible, but not yet fixed. Patches welcome. |
|
on 2: pretty trivial; I have a patch, but it is a bit nasty (there are no way to return error from most/all Str* functions, so it simply makes all integer overflows in Str.c explicitly deadly). |
Check added. Thank you. |
gdb
Two issues
"</table>"to the buffernewleninteger overflow in Strgrow and to allocate huge buffer.found by afl-fuzz
The text was updated successfully, but these errors were encountered: