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
It'd be nice to fuzz this crate to ensure its robustness. We should avoid panicking even in the face of malicious input. It's likely to currently have quite a few int overflows, and maybe also some OOB accesses. Setting up some AFL test harnesses for this should be doable.
The text was updated successfully, but these errors were encountered:
It'd be nice to fuzz this crate to ensure its robustness. We should avoid panicking even in the face of malicious input. It's likely to currently have quite a few int overflows, and maybe also some OOB accesses. Setting up some AFL test harnesses for this should be doable.
The text was updated successfully, but these errors were encountered: