bookmoons
bookmoons
Tried it with this commit from January and it still happens: 9db3bd8eda9f86f7660fcee67dfdff77a4f18622 I rebuilt go-fuzz and go-fuzz-build then built a new fuzzer.
Noticed the panic ends up in `suppressions`. ``` panic: tried to eat a pinecone github.com/bookmoons/pineapple.Fuzz go-fuzz-dep.Main main.main ```
Simple validation function if anyone wants to pop it in before decode. Supports all alphabets `base64-js` does. ```javascript /** * Validate base64 string. * * Throws error if validation fails....
Also affected by this in loadimpact/jmeter-to-k6#16. I'm sticking to v1.0.1 for now.
[`parse-proc-crash`](https://github.com/bookmoons/networkservicemesh/tree/parse-proc-crash) add a unit test for this case.
Thanks for looking at it @TonyPythoneer. Fuzzing runs the program with a bunch of random input and detects crashes. It finds a lot of bugs. It gives you a way...