-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Dynamic ad-hoc formats failing from fuzzer #1746
Comments
No, this is a known issue that I am working on, but have not completed yet. It is partly due to trying to go directly from a recursive descent parsed program and 'converting' it into a flat iterated program. we do this MD4($p) putting that into buf 2. Well you can see that this is not what matches the expression. This type problem was found with the generic-dynamic-fuzzer, but I have not 'fixed' it yet. This has nothing to do with upcase, low case. or length of buffers. It failed before any changes you made. simply the dyna-compiler not properly emitting code. |
The following dynamic expression is also failing,
Password for this hash is |
It seems that the |
Please test using the PR: #3568 |
After PR:
Since this was 'supposed' RW data, so I wanted to test all aspects of it, including the .pot file. |
First one from the dynamic fuzzer that fails:
I'm not 100% sure the problem is in the new test vectors or an actual bug, but it looks like the latter.
The text was updated successfully, but these errors were encountered: