Changeset 1011 for trunk/dll/ufortify.h


Ignore:
Timestamp:
May 11, 2008, 5:00:39 AM (18 years ago)
Author:
Gregg Young
Message:

Fortify updates to get it working everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/ufortify.h

    r1005 r1011  
    1717#define FORTIFY_BEFORE_SIZE      32  /* Bytes to allocate before block */
    1818#define FORTIFY_BEFORE_VALUE   0xA3  /* Fill value before block        */
    19                      
     19
    2020#define FORTIFY_AFTER_SIZE       32  /* Bytes to allocate after block  */
    2121#define FORTIFY_AFTER_VALUE    0xA5  /* Fill value after block         */
     
    4747
    4848/* #define FORTIFY_NO_PERCENT_P */       /* sprintf() doesn't support %p */
    49 /* #define FORTIFY_STRDUP       */       /* if you use non-ANSI strdup() */
     49#define FORTIFY_STRDUP              /* if you use non-ANSI strdup() */
    5050
    5151// #include "_malloc.h"
Note: See TracChangeset for help on using the changeset viewer.