Hacker News new | ask | show | jobs
by GeneralMayhem 698 days ago
0x9c (156 dec) is still a very small number, all things considered. To me that sounds like attempting to access an offset from null - for instance, using a null pointer to a struct type, and trying to access one of its member fields.
1 comments

Could just as easily be accessing an uninitialized pointer, especially given there is a null check immediately before.