Author Topic: Nightly (Windows): 31 Jul 2009 - Revision 5499  (Read 1243 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 31 Jul 2009 - Revision 5499
Here is the nightly for Windows on 31 Jul 2009 - Revision 5499

fso-WIN-20090731_r5499.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r5497 | portej05 | 2009-07-31 04:30:03 -0500 (Fri, 31 Jul 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/version.cpp

safe_strings is actually safe here (copying stack buffer to stack buffer)
------------------------------------------------------------------------
r5498 | portej05 | 2009-07-31 04:45:50 -0500 (Fri, 31 Jul 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/safe_strings.cpp
   M /trunk/fs2_open/code/globalincs/safe_strings.h

Update to asserts that come from safe_strings - now they print out what they're trying to concatenate - still some ways to go on how pretty they are though (strcat_s will not show the current contents of the buffer, so a short filename might appear to cause the assert, but it's being concatenated with a very long directory structure - the buffer size shown is the full buffer size, not the remaining size)
------------------------------------------------------------------------
r5499 | Echelon9 | 2009-07-31 06:07:10 -0500 (Fri, 31 Jul 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/version.cpp

Well yes, but the issue is that strcpy_s was out of scope though
------------------------------------------------------------------------