ooc-lang / rock

:ocean: self-hosted ooc compiler that generates c99
http://ooc-lang.org/
MIT License
401 stars 40 forks source link

Fixed bug in CString equals?() #971

Closed marcusnaslund closed 8 years ago

marcusnaslund commented 8 years ago

This would cause invalid read or probably crash whenever a CString is compared with a shorter CString.

fasterthanlime commented 8 years ago

:stars: Thanks!