]> git.xonotic.org Git - xonotic/netradiant.git/commit
Fix a horrible bug in q3map2
authorMattia Basaglia <mattia.basaglia@gmail.com>
Tue, 21 Jul 2015 14:26:18 +0000 (16:26 +0200)
committerMattia Basaglia <mattia.basaglia@gmail.com>
Tue, 21 Jul 2015 14:26:18 +0000 (16:26 +0200)
commit2bbbfad1bcc689228c5dcc3fc40ec84dd81b0772
tree8e425d428cd876680035d58ef1c349823f0960d0
parentc6378c2c623e72d1890feda4afc85d25cb636d9b
Fix a horrible bug in q3map2

This function passed a int* instead of a void** causing local variables to be overwritten,
which in turn caused the program to crash.
tools/quake3/common/threads.c