Author Topic: Nightly (OS X): 25 Oct 2013 - Revision 9979  (Read 701 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 25 Oct 2013 - Revision 9979
Here is the nightly for OS X on 25 Oct 2013 - Revision 9979

Group: Standard
fso-OSX-Standard-20131025_r9979.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r9973 | chief1983 | 2013-10-23 17:32:30 -0500 (Wed, 23 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/configure.ac

Fix FreeBSD since it doesn't have libdl and doesn't need to include it to build currently.  May break Solaris but it doesn't work yet anyway.
------------------------------------------------------------------------
r9976 | The_E | 2013-10-24 14:36:11 -0500 (Thu, 24 Oct 2013) | 5 lines
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2013/Fred2.vcxproj

Makes the following changes to the FRED project for MSVC2013:
-Set WINVER and _WIN32_WINNT to 0x501

In combination with this download: http://go.microsoft.com/?linkid=9832071 this will enable FRED building on that compiler.

------------------------------------------------------------------------
r9977 | niffiwan | 2013-10-25 04:44:41 -0500 (Fri, 25 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

Coverity 1093500: Missing break in switch
------------------------------------------------------------------------
r9978 | niffiwan | 2013-10-25 05:03:13 -0500 (Fri, 25 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

Coverity 1093664: Out-of-bounds write
------------------------------------------------------------------------
r9979 | niffiwan | 2013-10-25 05:05:55 -0500 (Fri, 25 Oct 2013) | 10 lines
Changed paths:
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/model/modelanim.cpp
   M /trunk/fs2_open/code/model/modelcollide.cpp
   M /trunk/fs2_open/code/model/modelinterp.cpp
   M /trunk/fs2_open/code/model/modeloctant.cpp
   M /trunk/fs2_open/code/model/modelread.cpp

Coverity fixes from Flaming_Sword

Uninitialized scalar field 1093859 1093917 1093810
Out-of-bounds read/access 1093669 1093670
Logically dead code 1093413 1093396 1093407 1093408 1093409 1093410 1093423 1093427 1093390
Allocation size mismatch 1093729 1093728
Unused pointer value 1093921 1093922
Wrong sizeof argument 1093732 1093731
Operands don't affect result 1093365
Dereference after null check/return value 1093475 1093455 1093627
------------------------------------------------------------------------