Signed-off-by: Rémi Bernon rbernon@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)