Changeset 1017 for trunk/dll/dirsize.c


Ignore:
Timestamp:
May 26, 2008, 5:02:59 AM (17 years ago)
Author:
Gregg Young
Message:

fortify updates for threads dble free fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dirsize.c

    r1009 r1017  
    5353#include "strutil.h"                    // GetPString
    5454#include "fm3dll.h"
     55
     56#include "fortify.h"
    5557
    5658typedef struct
     
    474476      break;
    475477    }
     478# ifdef FORTIFY
     479  Fortify_EnterScope();
     480# endif
    476481    pState = xmallocz(sizeof(tState), pszSrcFile, __LINE__);
    477482    if (!pState) {
     
    10131018      DosSleep(16); //05 Aug 07 GKY 33
    10141019      xfree(pState, pszSrcFile, __LINE__);                      // Let's hope no one is still looking
     1020# ifdef FORTIFY
     1021  Fortify_LeaveScope();
     1022# endif
    10151023    }
    10161024    DosPostEventSem(CompactSem);
Note: See TracChangeset for help on using the changeset viewer.