MontysCoconut / moco

The Monty to LLVM compiler
http://www.informatik.uni-bremen.de/monty/
GNU General Public License v3.0
10 stars 5 forks source link

Zero initializer #15

Closed lummax closed 9 years ago

lummax commented 9 years ago

In case an attribute is not initialized correctly the program might crash with a segmentation fault on a random address. With this PR the attributes are initialized to zero by default and the segfault becomes a nullpointer.