Skip to content

Commit

Permalink
Increased buffer size for heif_has_compatible_brand.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 15, 2024
1 parent e6d0840 commit 69ff79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/heic.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ static Image *ReadHEICImage(const ImageInfo *image_info,
*image_handle;

unsigned char
magic[12];
magic[128];

/*
Open image file.
Expand Down

0 comments on commit 69ff79c

Please sign in to comment.