[quake3-commits] [ioquake/ioq3] fd4cd6: Fix running if built on OS X 10.9
Zack Middleton
zturtleman at gmail.com
Wed Nov 6 23:34:19 EST 2013
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: fd4cd6612d2c3be0ff604d64cc96d72eba2c4427
https://github.com/ioquake/ioq3/commit/fd4cd6612d2c3be0ff604d64cc96d72eba2c4427
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2013-11-06 (Wed, 06 Nov 2013)
Changed paths:
M code/qcommon/q_shared.c
Log Message:
-----------
Fix running if built on OS X 10.9
strncpy with in == out causes signal 6 if built on OS X 10.9.
(If built on older OS X versions, the game works on 10.9 though.)
It was happening in COM_StripExtension during map load.
More information about the quake3-commits
mailing list