disabling FORTIFY_SOURCE

Vitaliy Margolen wine-devel at kievinfo.com
Sun Oct 24 10:50:42 CDT 2010


On 10/24/2010 12:32 AM, Marcus Meissner wrote:
> Actually I would like to know if its just more than the dlls/shell32/pidl.c
> problem...
If you take a look at winternl.h you'll see number of structures there look 
like:
typedef struct _foo {
     ULONG length;
     WCHAR buffer[1];
} foo, *pfoo;

Or just grep for '\[1\]' in include directory. Lots and lots of declarations 
in all different places.

Vitaliy.



More information about the wine-devel mailing list