From 834ab3381b028c3ab58c1e6c289a82dd1a7a2359 Mon Sep 17 00:00:00 2001 From: divverent Date: Tue, 18 Aug 2009 16:27:16 +0000 Subject: [PATCH] mark another place of missing bounds check git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9121 d7cf8633-e32d-0410-b094-e92efae38249 --- prvm_execprogram.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prvm_execprogram.h b/prvm_execprogram.h index 8db48bd8..41f722f0 100644 --- a/prvm_execprogram.h +++ b/prvm_execprogram.h @@ -3,7 +3,7 @@ while (1) { - st++; + st++; // TODO bounds check #if PRVMTRACE PRVM_PrintStatement(st); -- 2.39.2