Stuart Small

Results 6 issues of Stuart Small

I recently started fuzzing this crate and have found a few crashes. First two issues I've found is a stack overflow and a panic from subtraction overflow, examples are attached.....

I have multiple streams I am joining in a select along with a timeout future that caused me to run into this. I tried to boil it down to a...

I ran into this problem wrapping a couple other crates together to automatically produce bindings for a library. I've reduced the bug down to just a crate with the following...

Could you please include a license for the project? Thank you for the great script!

I have an axum service that is made to support multiple versions of the API. Each version of the API is contained in its own module and then a router...

I added a small check for a case that would previous panic. This was found through fuzzing. I've found another issue where it is possible to overflow the stack using...