Andrew-Morozko / go-fuzz-example

An example demonstrating how to use my go fuzz actions in CI
MIT License
0 stars 0 forks source link

Fuzzer FuzzDivide failed #1

Open github-actions[bot] opened 1 month ago

github-actions[bot] commented 1 month ago

Package: github.com/Andrew-Morozko/go-fuzz-example/divide

The results of the fuzzer run may be security-critical and were encrypted. To download, decrypt, and apply the patch, run the following commands:

git fetch origin ff3f8d220a77051824043e5bd73adc8a236c8874
git checkout -b fix-fuzzer-error-c6e1a15be4822511 ff3f8d220a77051824043e5bd73adc8a236c8874
gh run download -n fuzzer-error-c6e1a15be4822511
gpg --decrypt ./fuzz.patch.enc | git apply --whitespace=nowarn
rm ./fuzz.patch.enc

or download the encrypted patch file here and apply it manually.

Andrew-Morozko commented 1 month ago

Here's the downloaded artifact (in case its not available anymore) fuzz.patch.enc.zip

And the decrypted patch file: fuzz.patch