Home
last modified time | relevance | path

Searched refs:byte_count_signed (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/exif/
H A Dexif.c3295 int64_t byte_count_signed; in exif_process_IFD_TAG_impl() local
3313 byte_count_signed = (int64_t)components * php_tiff_bytes_per_format[format]; in exif_process_IFD_TAG_impl()
3315 if (byte_count_signed < 0 || (byte_count_signed > INT32_MAX)) { in exif_process_IFD_TAG_impl()
3320 byte_count = (size_t)byte_count_signed; in exif_process_IFD_TAG_impl()

Completed in 17 milliseconds