[PATCH v7 3/7] winedbg: Buffer output of GDB qXfer commands for proper slicing.

Rémi Bernon rbernon at codeweavers.com
Tue Nov 23 09:50:27 CST 2021


Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
---

Signing it off because I don't think it's really important, but the 
comment here is a bit misleading, if you read overflow as in "integer 
overflow":

> +    /* check if off + len would overflow */
> +    if (off < data_len && off + len < data_len)



More information about the wine-devel mailing list