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 DecompressRTF #34
Comments
|
I think this is already resolved by #32 |
|
No, I have tested it with latest git + pull req 32. (But I'm having some trouble reproducing it under certain conditions. Right now it only reproduces with clang, not with gcc.) |
You could potentially overflow the input pointer. in response to #34
|
I'm running it with clang on my MAcbook, and can't trigger your error. I think there's still a potential bug here so I added a sanity check, see if it disappears for you. |
|
Closing as part of 1.9.2 release. |
The attached file causes an out of bounds read detectable with asan in the function DecompressRTF.
ytnef-DecompressRTF.zip
Here's the address sanitizer error:
The text was updated successfully, but these errors were encountered: