On Mon, Jan 24, 2011 at 6:42 AM, Henri Verbeet hverbeet@gmail.com wrote:
On 23 January 2011 09:03, wylda@volny.cz wrote:
Is there any way to verify such heap corruption on real windows?
Not easily, I think. There are certainly tools like Valgrind for Windows, but I'm not sure if there are any free ones. If there's no Wine code being executed between the allocation and the free it seems unlikely to me that it's a problem in Wine though.
This one is free (LGPL) http://dynamorio.org/drmemory.html IBM has evaluation versions of Rational Purify too.
Jeff