[PATCH] ntdll: Check for debug output buffer overflow in __wine_dbg_output().

Alexandre Julliard julliard at winehq.org
Mon May 13 05:42:40 CDT 2019


Józef Kucia <jkucia at codeweavers.com> writes:

> This makes __wine_dbg_output() slightly more robust. The change prevents the
> debug output buffer overflow when __wine_dbg_output() is called repeatedly
> with small strings.

The goal is to only output complete lines, otherwise it makes a mess of
the output. If some code overflows the line buffer that's a bug.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list