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

LibGfx/TIFF: Stop crashing in samples_for_photometric_interpretation() #25868

Merged
merged 2 commits into from
Apr 4, 2025

Conversation

LucasChollet
Copy link
Member

This function is always called with a valid enum values, so implementing
all possibilities should prevent crashes in the function and get us a
nice runtime error.

Fixes oss-fuzz issue: 4253861


And many more test files, as promised a long time ago in #24965

This function is always called with a valid enum values, so implementing
all possibilities should prevent crashes in the function and get us a
nice runtime error.

Fixes oss-fuzz issue: 4253861
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Apr 4, 2025
@nico nico merged commit dc4711c into SerenityOS:master Apr 4, 2025
12 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Apr 4, 2025
@LucasChollet LucasChollet deleted the tiff_fuzz branch April 4, 2025 14:04
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