We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b6a7a commit f94e7beCopy full SHA for f94e7be
1 file changed
src/read.c
@@ -1738,7 +1738,6 @@ static avifResult avifDecoderDataAllocateImagePlanes(const avifDecoderData * dat
1738
// HEIF (ISO/IEC 23008-12:2017), Section 6.6.2.3.1:
1739
// The tiled input images shall completely "cover" the reconstructed image grid canvas, ...
1740
1741
- // Check for integer overflow before performing multiplications
1742
if (((uint64_t)tile->image->width * grid->columns < grid->outputWidth) ||
1743
((uint64_t)tile->image->height * grid->rows < grid->outputHeight)) {
1744
0 commit comments