Finding uninitialized memory and corruption
altdevblogaday.org
Finding uninitialized memory and corruption
1–2 of 2 posts
Re: Finding uninitialized memory and corruption
#2Code check for uninitialized variables. Examine pointer lifetimes for violations. Back out the last N code changes until the problem goes away - then eyeball those changes. Eliminate arrays or at least arrays with fixed bounds. Stop using stupid intrinsics (unchecked memory moves etc).