[PATCH] buffer overflow checking for string functions

Marcus Meissner marcus at jet.franken.de
Thu Sep 4 11:59:11 CDT 2008


On Thu, Sep 04, 2008 at 05:37:45PM +0100, Rob Shearman wrote:
> 2008/9/4 Marcus Meissner <marcus at jet.franken.de>:
> > +#ifndef STATUS_STACK_BUFFER_OVERRUN
> > +# define STATUS_STACK_BUFFER_OVERRUN      0xC0000409
> > +#endif
> > +#ifndef EH_NONCONTINUABLE
> > +# define EH_NONCONTINUABLE 0x01
> > +#endif
> 
> These defines are not used. Either use them or remove them, but I
> would recommend removing them to keep the namespace clean.

Thanks, did so, and will be in next submission.

Ciao, Marcus



More information about the wine-devel mailing list