Re: [AD] Fortify and Allegro |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> If you want a unidiff, you'll have to wait until tomorrow, as
> I'm at work now, so I'll make the patch this evening (provided
> I think of it, I seem to have memory lapses these days).
Yes, that's what I want because how I am supposed to make a judgement on
33a34,42
> #if defined DEBUGMODE && defined ALLEGRO_USE_FORTIFY
> #if defined ALLEGRO_LIB_BUILD || defined FORTIFY
> #ifndef FORTIFY
> #define FORTIFY
> #endif
> #include <fortify/fortify.h>
> #endif
> #endif
>
96a97,99
> #ifdef FORTIFY
> #define ustrdup(src) _ustrdup(src, Fortify_malloc)
> #else
97a101
> #endif
???? I don't even know what file is meant to be patched!
--
Eric Botcazou