Re: [PATCH] buffer overflow checking for string functions
2008/9/4 Marcus Meissner <marcus(a)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
On Thu, Sep 04, 2008 at 05:37:45PM +0100, Rob Shearman wrote:
2008/9/4 Marcus Meissner <marcus(a)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
participants (2)
-
Marcus Meissner -
Rob Shearman