Merge branch 'issue-179' into 'master'
tif_fax3.h: check for buffer overflow in EXPAND2D before "calling" CLEANUP_RUNS() Closes #179 See merge request libtiff/libtiff!112
This commit is contained in:
commit
d71530462f
@ -514,7 +514,9 @@ done1d: \
|
||||
goto eol2d; \
|
||||
eof2d: \
|
||||
prematureEOF(a0); \
|
||||
CLEANUP_RUNS(); \
|
||||
if (pa < thisrun + sp->nruns) { \
|
||||
CLEANUP_RUNS(); \
|
||||
} \
|
||||
goto eoflab; \
|
||||
} \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user