]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
move more parser code to c++, fix crashes with gcc
authorWolfgang Bumiller <wry.git@bumiller.com>
Sun, 23 Jul 2017 08:06:51 +0000 (10:06 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Sun, 23 Jul 2017 08:11:31 +0000 (10:11 +0200)
we initialized the parser with malloc -> memset to zero ->
placement new. With gcc the latter caused the memset to be
optimized out, causing uninitialized value accesses.


No differences found