1
0
Fork 0
cuberite-2a/Tools/BlockZapper
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
..
.gitignore Fixed BlockZapper after folder move. 2013-11-28 13:48:52 +01:00
BlockZapper.cpp Fix style of Tools 2017-12-24 14:23:23 +00:00
BlockZapper.sln Fixed BlockZapper after folder move. 2013-11-28 13:48:52 +01:00
BlockZapper.txt Renamed leftover strings to Cuberite / Server, as needed. 2016-01-01 21:05:09 +01:00
BlockZapper.vcproj Fixed BlockZapper after folder move. 2013-11-28 13:48:52 +01:00
GNUmakefile Added HTTPS links wherever they are supported. 2015-12-19 14:30:32 +00:00
Globals.cpp Changed everyting to Unix line endings. 2013-07-29 12:13:03 +01:00
Globals.h Fixed BlockZapper after folder move. 2013-11-28 13:48:52 +01:00
Regions.cpp Fix style of Tools 2017-12-24 14:23:23 +00:00
Regions.h Fix style of Tools 2017-12-24 14:23:23 +00:00
Zapper.cpp cppcheck found an out of bound array access. (#4182) 2018-02-04 20:41:49 +00:00
Zapper.h Fix style of Tools 2017-12-24 14:23:23 +00:00