Skip to content

[stable28] fix(previews): Don't crash on animated WEBP images - #47079

Merged
AndyScherzinger merged 1 commit into
stable28from
backport/38364/stable28
Aug 7, 2024
Merged

[stable28] fix(previews): Don't crash on animated WEBP images#47079
AndyScherzinger merged 1 commit into
stable28from
backport/38364/stable28

Conversation

@backportbot

Copy link
Copy Markdown

Backport of PR #38364

Fixes#30029 and #37263
libgd handles animated WEBP images poorly and generates a meaningless error message as a result. We were returning a 500 error for these preview requests (web) and a fatal error at the command-line (occ). Now we bypass libgd if the we detect an animated WEBP image (and simply don't generate the preview). No more 500 error. Should fix occ too.
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
@AndyScherzinger
AndyScherzinger merged commit 8e5956e into stable28Aug 7, 2024
@AndyScherzinger
AndyScherzinger deleted the backport/38364/stable28 branch August 7, 2024 08:35
@AltahrimAltahrim mentioned this pull request Aug 8, 2024
3 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@AndyScherzinger@st3iny@joshtrichards