Tagged Questions
7
votes
16answers
3k views
How can dereferencing a NULL pointer in C not crash a program?
I need help of a real C guru to analyze a crash in my code. Not for fixing the crash; I can easily fix it, but before doing so I'd like to understand how this crash is even possible, as it seems ...