LZWDecodeCompat(): fix potential index-out-of-bounds write. Fixes...
LZWDecodeCompat(): fix potential index-out-of-bounds write. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2780 / CVE-2018-8905 The fix consists in using the similar code LZWDecode() to validate we don't write outside of the output buffer.
-
mentioned in commit juanfra684/pkgsrc@d659df1dfb2fa35a4d8ff6848c94bbc571a4e179
Please register or sign in to comment