]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
Added memory protection to prevent mismatching of mem_d or vec_free on pointers which...
authorDale Weiler <weilercdale@gmail.com>
Tue, 8 Apr 2014 07:26:08 +0000 (03:26 -0400)
committerDale Weiler <weilercdale@gmail.com>
Tue, 8 Apr 2014 07:26:08 +0000 (03:26 -0400)
commit15d1277158f9e4e235129fedcf2b8b79c4b833b9
treefad3d9ab55b6611b9c71bdf1c9bfc1f6ca42ea2e
parent2b7b2ea45594f40012bb92958efb9e7aed527534
Added memory protection to prevent mismatching of mem_d or vec_free on pointers which are otherwise unknown to be allocated memory or allocated vectors. Also fixed the preprocessor to only strip on ' ' and '\t' around macros.
ftepp.c
gmqcc.h
stat.c