Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial fuzzing support, still images only #23

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

Shnatsel
Copy link
Contributor

@Shnatsel Shnatsel commented Dec 19, 2023

Finds panics already when seeded with AFL's edges-only WebP corpus taken from https://lcamtuf.coredump.cx/afl/demo/

This could use some optimizations to avoid zeroing a big buffer anew on every iteration, especially on images that advertise dimensions close to 2GB in size. But we'll need to fix the panics before I can run it long enough to measure its performance.

Part of #22

@fintelia fintelia merged commit 907aa34 into image-rs:main Dec 19, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants