[PATCH] buffer overflow checking for string functions

Rob Shearman robertshearman at gmail.com
Thu Sep 4 11:37:45 CDT 2008


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.

-- 
Rob Shearman



More information about the wine-devel mailing list