2019.09.06 16:35 "[Tiff] cppcheck reports an out-of-bounds buffer access in tif_fax3.c", by Aaron Boxer

 _PutBits(tif, bits, length) accesses a 9 element array at location 12:

Fax3PutBits(tif, EOL, 12);
Fax3PutBits(tif, EOL, 12);

Posting here because I had issues getting onto Bugzilla :)

Cheers,
Aaron