"Dan Kegel" dank@kegel.com writes:
On 10/26/07, Alexandre Julliard julliard@winehq.org wrote:
That's not heap corruption, it's the expected behavior of GlobalHandle when called with a pointer to a moveable block.
Good - then the bug is just that Wine is generating a spurious scary warning. How can we either suppress that warning, or make it more accurate?
Well, that's why it's a WARN, it indicates that something may be wrong, but may also be a normal failure. If it were only displayed in cases where there's a real error it would be an ERR (and it actually is an ERR when called for internal pointers that we know should be valid).