-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
New error in libfl 0.9.0 #1059
Labels
bug
Something isn't working
Comments
What input and corpus do you use? |
testcase: abcd |
I encountered the same issue and fixed it like this:
|
This change is correct @f0rki, would you be willing to submit a PR? |
f0rki
added a commit
to f0rki/LibAFL
that referenced
this issue
Feb 16, 2023
domenukk
pushed a commit
that referenced
this issue
Feb 16, 2023
…rm (#1077) * make sure input was loaded to avoid panic on unwrap fixes issue #1059 * avoid unnecessary clone, avoid unnecessary branching --------- Co-authored-by: Michael Rodler <[email protected]> Co-authored-by: Addison Crump <[email protected]>
Fixed by #1077 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Atfer I upgraded my libafl version from 0.8.x ( rev = "7ed1ac9" ) to 0.9.0, my code suddenly encountered some runtime errors.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
get a runtime error
which is from
Screen output/Screenshots
If applicable, add copy-paste of the screen output or screenshot that shows the issue. Please ensure the output is in English and not in Chinese, Russian, German, etc.
Additional context
My code works well in 0.8.x and I update some new apis in 0.9.0 to fix errors reported by static analyse.
So how can I fix this runtime error?
The text was updated successfully, but these errors were encountered: