Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on June 11, 2014, 11:28:45 am

Title: Nightly (OS X): 11 Jun 2014 - Revision 10794
Post by: SirKnightly on June 11, 2014, 11:28:45 am
Here is the nightly for OS X on 11 Jun 2014 - Revision 10794

Group: Standard
fso_Standard_20140611_r10794.tgz (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20140611_r10794.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20140611_r10794.md5)

Code: [Select]
------------------------------------------------------------------------
r10793 | Goober5000 | 2014-06-10 22:44:04 -0500 (Tue, 10 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/missionui/fictionviewer.cpp

use the [more] color, per MageKing17's previous changes
------------------------------------------------------------------------
r10794 | niffiwan | 2014-06-11 04:46:14 -0500 (Wed, 11 Jun 2014) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Coverity ID 1093586 Negative array index read

Shouldn't be able to occur since when artillery_objnum is set to -1,
artillery_lock_time is also set to 0.0f. BUT, protect the array
access anyway in case the surrounding code changes in future.
------------------------------------------------------------------------