2011/11/15 Henri Verbeet <hverb...@codeweavers.com>:
> ---

> +    UINT end = start_idx + count;

> +    start_idx += 7;
> +    memset(&field[start_idx >> 3], 0, (end >> 3) - (start_idx >> 3));

Isn't that dangerous if count is < 7 (assuming that is a valid value)?


Reply via email to