raze-gles/polymer/eduke32
helixhorned 171226c7ac game.c: remove dead bounds check for cheatbuf[], add assertion.
The check is dead because it is made after the fact (oob access), but the
cheat string matching logic below actually assures that
cheatbuflen < sizeof(cheatbuf) at all times.
Exposed using the Stack tool from http://css.csail.mit.edu/stack/ .
Also, in gamedef.c's definecheat handling, print the string length (19), not
the buffer length (20) if the cheat was truncated.

git-svn-id: https://svn.eduke32.com/eduke32@4016 1a8010ca-5511-0410-912e-c29ae57300e0
2013-08-12 15:18:20 +00:00
..
build When issuing "setrendmode" OSD command with mismatched vidmode, auto-switch. 2013-08-12 15:18:19 +00:00
jit Lunatic: add LuaJIT's jit/bcsave.lua and headers for synthesis build preparation. 2013-08-11 15:28:45 +00:00
package Polymer: Fix one-sided y-flipped floor-aligned sprites, introduced in r3776. 2013-06-11 20:03:39 +00:00
platform Lunatic: add LuaJIT's jit/bcsave.lua and headers for synthesis build preparation. 2013-08-11 15:28:45 +00:00
rsrc Support high DPI setups for the startup dialogs on Windows 2013-05-23 18:27:06 +00:00
source game.c: remove dead bounds check for cheatbuf[], add assertion. 2013-08-12 15:18:20 +00:00
eduke32.sln Source code "cleanup," herein referred to as "rape" 2010-05-02 23:27:30 +00:00
eduke32.vcxproj Dynamicsoundremap. 2013-06-01 06:55:30 +00:00
eduke32.vcxproj.filters Dynamicsoundremap. 2013-06-01 06:55:30 +00:00
Makefile Lunatic: prepare Makefiles for synthesis build. 2013-08-11 15:28:42 +00:00
Makefile.common Lunatic: prepare Makefiles for synthesis build. 2013-08-11 15:28:42 +00:00
Makefile.deps Dynamicsoundremap. 2013-06-01 06:55:30 +00:00
Makefile.msvc Dynamicsoundremap. 2013-06-01 06:55:30 +00:00