Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/25/07 04:00
Read: times


 
#141209 - buffer overrun?
Responding to: ???'s previous message
When I come across bugs like this it's usually caused by a buffer overrun of some sort. Moving the affected variable around often fixes the 'problem' by putting it out of the way of the overrun.

However, like you mentioned, that does not solve the underlying problem. It is likely to pop up again when a different variable moves into the affected range.

-Dave

List of 5 messages in thread
TopicAuthorDate
Unexpected change in a variable            01/01/70 00:00      
   Need more info            01/01/70 00:00      
      solution maybe?            01/01/70 00:00      
         buffer overrun?            01/01/70 00:00      
   More debugger fights?            01/01/70 00:00      

Back to Subject List