RE: Heap block modified past requested size!
- From: v-garych@xxxxxxxxxxxxxxxxxxxx ("Gary Chang[MSFT]")
- Date: Fri, 28 Oct 2005 07:06:59 GMT
Hi Juan,
>HEAP[WinStudio.exe]: Heap block at 05F2F108 modified at 05F2F139 past
>requested size of 29
>---------------
>
>What does this mean?
This means your program's heap is corrupted around that memory address, it
is typically caused by overflowing buffers(writing past the end of a buffer
or before its start address, such as bad buffer indexing arithmetic or
incorrect pointer arithmetic).
So I suggest you can check your code for this problem.
Thanks!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Prev by Date: Re: how to debug a dll containing a com object instantiated by a jscript called from a batch file
- Next by Date: Re: Heap block modified past requested size!
- Previous by thread: Interpreting Visual C++ Object Dump.
- Next by thread: Re: Heap block modified past requested size!
- Index(es):
Relevant Pages
|
Loading