Closed Koral77 closed 1 year ago
This is not a bug. We've had several bug reports from people using this tool before, and they're always some sort of super trivial out-of-bounds panic or trying to allocate more memory than the machine has. Please make a minimal effort to check the documentation of the functions involved before reporting bugs found with afl.rs.
See #588, #589, and #590.
I've using afl.rs to fuzz this crate. And I've found an API may panic due to arithmetic overflow. The code to replay this panic is
The bug report is I hope you can check if this is a real bug need to be fixed. Thanks a lot.