1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #23986 from headshog:fix-numtrunc

Numeric truncation at `tif_dirread.c:4386`
This commit is contained in:
Alexander Smorkalov
2023-07-27 12:27:47 +03:00
committed by GitHub
+1 -1
View File
@@ -4371,7 +4371,7 @@ static void
TIFFReadDirectoryCheckOrder(TIFF* tif, TIFFDirEntry* dir, uint16 dircount)
{
static const char module[] = "TIFFReadDirectoryCheckOrder";
uint16 m;
uint32 m;
uint16 n;
TIFFDirEntry* o;
m=0;