rui314 / 8cc

A Small C Compiler
MIT License
6.13k stars 740 forks source link

Fix segfault with long long globals. #27

Closed andrewchambers closed 9 years ago

andrewchambers commented 9 years ago

A global of the form "long long z = 5LL;" would trigger a null pointer dereference.