Skip to content

Commit c5438a3

Browse files
committed
[ci skip] comment
1 parent 2c4ae7b commit c5438a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/exif/exif.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4291,6 +4291,7 @@ static bool exif_process_IFD_in_TIFF(image_info_type *ImageInfo, size_t dir_offs
42914291
return result;
42924292
}
42934293

4294+
/* Returns the size of the header, which must be smaller than the size of the box. */
42944295
static int exif_isobmff_parse_box(unsigned char *buf, isobmff_box_type *box)
42954296
{
42964297
box->size = php_ifd_get32u(buf, 1);

0 commit comments

Comments
 (0)