Missing checks for header_info.height and header_info.width in function pnmtoimage in src/bin/jpwl/convert.c, which can lead to heap buffer overflow
#1126
Closed
Young-X opened this issue
Jul 26, 2018
· 5 comments
Function pnmtoimage in src/bin/jpwl/convert.c misses checks for header_info.height and header_info.width, which can lead to heap buffer overflow. (see #861 )
This issue was made Jul 26, 2018, and the patch was applied Nov 23, 2018, so 'bout five months? Over 8 months if you count the fact that a new release hasn't been made. Don't see any coming soon, either.
Function pnmtoimage in src/bin/jpwl/convert.c misses checks for header_info.height and header_info.width, which can lead to heap buffer overflow. (see #861 )
Below is the proposal patch.
The text was updated successfully, but these errors were encountered: