[LIBTIFF] Update to version 4.1.0. CORE-16550
[reactos.git] / dll / 3rdparty / libtiff / tif_lzw.c
index 4726053..9c06935 100644 (file)
@@ -247,6 +247,8 @@ LZWSetupDecode(TIFF* tif)
                /*
                 * Zero-out the unused entries
                  */
+                /* Silence false positive */
+                /* coverity[overrun-buffer-arg] */
                  _TIFFmemset(&sp->dec_codetab[CODE_CLEAR], 0,
                             (CODE_FIRST - CODE_CLEAR) * sizeof (code_t));
        }