You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @pjsg, I'll look into it. I plan to do a complete overhaul of the fuzzing cases you've found so far - I haven't forgot it and really appreciate the effort. I looked at some of them briefly before, one of them is an extreme case of configuration. There was some planning adding extra error codes preventing such configs from the start, but something came in the way.
The following sequence of operations results in an out-of-bounds write:
This is one of the test cases found by AFL (PR #100).
This is just open, write, write, remove, close. Then open, write all on the same file.
The text was updated successfully, but these errors were encountered: