]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_execprogram.h
mark another place of missing bounds check
[xonotic/darkplaces.git] / prvm_execprogram.h
index 8db48bd8499915dd1e767a11afe65b78d1e97184..41f722f061ac0c5b39c62fa4e99a826d4058130c 100644 (file)
@@ -3,7 +3,7 @@
 
                while (1)
                {
-                       st++;
+                       st++; // TODO bounds check
 
 #if PRVMTRACE
                        PRVM_PrintStatement(st);