Author Topic: Nightly (FreeBSD): 02 Mar 2015 - Revision 11270  (Read 908 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 02 Mar 2015 - Revision 11270
Here is the nightly for FreeBSD on 02 Mar 2015 - Revision 11270

Open non-feature issues in Mantis: 131

Group: Standard
fso_Standard_20150302_r11270.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r11261 | niffiwan | 2015-02-28 16:58:27 -0600 (Sat, 28 Feb 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Coverity 1093495+1093498 Missing break in switch
------------------------------------------------------------------------
r11262 | niffiwan | 2015-02-28 18:14:31 -0600 (Sat, 28 Feb 2015) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Coverity 1093705 Negative array index read

Probably not an issue, but to be safe removing the unused pointer anyway
i.e. the check that instance >= 0 suggests there's a possiblilty that the
pointer could contains a negative array index read
------------------------------------------------------------------------
r11263 | niffiwan | 2015-02-28 18:25:59 -0600 (Sat, 28 Feb 2015) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Coverity 1093718 Negative array index read

Create swip after checking that its index is > -1
------------------------------------------------------------------------
r11264 | niffiwan | 2015-02-28 18:39:14 -0600 (Sat, 28 Feb 2015) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aibig.cpp

Coverity 1093719 Negative array index read

Check current_bank is > -1 before using it
Note: did not alter indentation in this commit in order to make
relevant changes easier to see
------------------------------------------------------------------------
r11265 | niffiwan | 2015-02-28 18:39:19 -0600 (Sat, 28 Feb 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aibig.cpp

Add indentation for previous commit
------------------------------------------------------------------------
r11266 | niffiwan | 2015-02-28 18:50:32 -0600 (Sat, 28 Feb 2015) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudparse.cpp

Coverity 1244962 Uninitialized scalar variable

Set default DRADIS coords to 0,0
------------------------------------------------------------------------
r11270 | zookeeper | 2015-03-01 17:17:24 -0600 (Sun, 01 Mar 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

Fixed shield handle not returning correct quads when indexing with the SHIELD_* enums.
------------------------------------------------------------------------