-
Notifications
You must be signed in to change notification settings - Fork 29
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
Index overflow access in Parser::parse_arguments() #9
Comments
Here is another one:
|
For reference, I am trying to transpile this file: |
Did you manage to find a workaround? I'm having the same issue |
Needs fixing. It was no important enough for me to bother ... I translated that source manually. :) |
:( I tried it too, and I have 5 files that can be easily merged to single one (~1.5 MB).
and then nothing. There is no doc?, or did I just miss it, when I was looking to the repo? |
I managed to "isolate" one of these errors. It happens for a basic function like this:
Strangely enough this particular case is solved by adding braces:
I say this is strange because this would imply that Additionally, it looks like pre-processing directives for conditional compilation ( If you're looking for test files, I recommend trying the source code of UnRAR from rarlab.com. All of the files I've tested in here (which doesn't mean all of them, just a lot of them) seem to give the index overflow error. The isolated example(s) above came from |
This line will cause a crash when
head
equalslexeme.len()
:The text was updated successfully, but these errors were encountered: