Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Writes to freed blocks detected
Re: Writes to freed blocks detected [message #20067 is a reply to message #20050] Mon, 16 February 2009 09:02 Go to previous messageGo to previous message
mr_ped is currently offline  mr_ped
Messages: 826
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
So you use some "new" somewhere in your code? Maybe you don't allocate enough memory, then you write beyond the end of buffer.
If you have some buffer allocated by "new", check if the size is correct, eventually add some safety checking upon write to it (simple assert for example).
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: More GLCtrl
Next Topic: BarPane::GetPaneSize( b, INT_MAX ) fails?
Goto Forum:
  


Current Time: Sat Jun 28 06:13:51 CEST 2025

Total time taken to generate the page: 0.04689 seconds