1
0
Michael Hinz a28a93c9ca cppcheck found an out of bound array access. (#4182)
The ChunkHeader array is five unsigned chars big, they're indexed
0..4 - but in the error message (when ChunkHeader[4] isn't 2 -
indicating zlib compression, which seems to be the only allowed
compression method for chunks) the contents of ChunkHeader[5]
is printed. Maybe not so dangerous, but it'll give garbage results
in the log.
2018-02-04 20:41:49 +00:00
..
2017-12-24 14:23:23 +00:00
2013-11-28 13:48:52 +01:00
2017-12-24 14:23:23 +00:00
2017-12-24 14:23:23 +00:00
2017-12-24 14:23:23 +00:00