Bump Wuffs

This commit is contained in:
Přemysl Eric Janouch 2023-03-07 20:25:49 +01:00
parent 95bc91e020
commit 9286858573
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 3 additions and 4 deletions

View File

@ -633,9 +633,8 @@ load_wuffs_frame(struct load_wuffs_frame_context *ctx, GError **error)
if (!wuffs_base__status__is_ok(&status)) {
set_error(error, wuffs_base__status__message(&status));
// The PNG decoder, at minimum, will flush any pixel data, so use them.
if (status.repr != wuffs_base__suspension__short_read)
goto fail;
// The PNG decoder, at minimum, will flush any pixel data upon
// finding out that the input is truncated, so accept whatever we get.
}
if (ctx->target) {

@ -1 +1 @@
Subproject commit 0b70377a12c81cf88afe259f2b4085eb7a59eb59
Subproject commit 40ff91b31b3286aa92fd3cb4656975b275ef8b10