1
0
Fork 0
cuberite-2a/Tools
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
..
AnvilStats Fix style of Tools 2017-12-24 14:23:23 +00:00
BlockZapper cppcheck found an out of bound array access. (#4182) 2018-02-04 20:41:49 +00:00
GeneratorPerformanceTest Fix style of Tools 2017-12-24 14:23:23 +00:00
GrownBiomeGenVisualiser Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
MCADefrag Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
MemDumpAnalysis Fix style of Tools 2017-12-24 14:23:23 +00:00
NoiseSpeedTest Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
ProtoProxy Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
QtBiomeVisualiser Fix style of Tools 2017-12-24 14:23:23 +00:00
RCONClient Fix style of Tools 2017-12-24 14:23:23 +00:00
ToLuaDoxy Fix style of Tools 2017-12-24 14:23:23 +00:00
.gitignore Added new Qt-based biome visualiser. 2014-09-14 01:33:05 +02:00