-
Notifications
You must be signed in to change notification settings - Fork 315
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
Out of bounds read in onig_strcpy() #17
Labels
Comments
kkos
pushed a commit
that referenced
this issue
Aug 22, 2016
Thank you for the report. |
It seems this is not fully fixed, a different input (bytes 0x5c, 0xda) still cause an out of bounds. Test code:
ASAN error:
|
Thanks again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Passing a single byte with the value 0xD8 will cause an out of bounds read access.
This was found with libfuzzer and address sanitizer, tested against develop branch of oniguruma.
Example code:
Address Sanitizer stack trace:
The text was updated successfully, but these errors were encountered: