j
k
j a
j l
2011/11/15 Henri Verbeet <hverbeet(a)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)?
Back to the thread
Back to the list