disabling FORTIFY_SOURCE

Marcus Meissner marcus at jet.franken.de
Sun Oct 24 02:01:10 CDT 2010


On Sun, Oct 24, 2010 at 03:44:35PM +0900, Dmitry Timoshkov wrote:
> Marcus Meissner <marcus at jet.franken.de> wrote:
> 
> > Actually I would like to know if its just more than the dlls/shell32/pidl.c
> > problem...
> 
> It's the problem with any storage declared as something[1], there are plenty
> of them in win32, and that's perfectly valid code.

Actually FORTIFY knows those constructs in standalone structs and handles
them correctly.

It is only if they are embedded within another struct or unions when it
has problems.
 
Ciao, Marcus



More information about the wine-devel mailing list