Changeset 1078 for trunk/dll/makelist.c


Ignore:
Timestamp:
Jul 19, 2008, 6:08:02 AM (17 years ago)
Author:
Steven Levine
Message:

More Fortify infrastructure enhancements
Rework Fortify_SetOwner
Add Fortify_BecomeOwner
Avoid more spurious leak reports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makelist.c

    r1077 r1078  
    311311      UINT x;
    312312      for (x = 0; list[x]; x++)
    313         Fortify_ChangeOwner(list[x]);
    314     }
    315     Fortify_ChangeOwner(li);
     313        Fortify_BecomeOwner(list[x]);
     314    }
     315    Fortify_BecomeOwner(li);
    316316  }
    317317}
Note: See TracChangeset for help on using the changeset viewer.