Changeset 1018 for trunk/dll/treecnr.c


Ignore:
Timestamp:
May 26, 2008, 9:34:56 PM (17 years ago)
Author:
Gregg Young
Message:

Additional fortify scopes mostly for "lists"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r1017 r1018  
    27582758          LISTINFO *li;
    27592759          ULONG action = UM_ACTION;
    2760 
     2760# ifdef FORTIFY
     2761  Fortify_EnterScope();
     2762# endif
    27612763          li = xmallocz(sizeof(LISTINFO), pszSrcFile, __LINE__);
    27622764          if (li) {
     
    27662768            if (!li->list || !li->list[0]) {
    27672769              xfree(li, pszSrcFile, __LINE__);
     2770# ifdef FORTIFY
     2771  Fortify_LeaveScope();
     2772# endif
    27682773              break;
    27692774            }
Note: See TracChangeset for help on using the changeset viewer.