Hacker News new | ask | show | jobs
by magnetic 3323 days ago
> It's a global variable, it's not on the stack. It's in the data section.

And because it's a const, it's in the .rodata section... (read-only) Playing too liberally with the data often leads to a SEGV (as it should).