Settings

Theme

Finding uninitialized memory and corruption

altdevblogaday.org

4 points by slackito 15 years ago · 1 comment

Reader

JoeAltmaier 15 years ago

Code 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).

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection