terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.71k stars 197 forks source link

Switch to snprintf throughout codebase #664

Closed elliottslaughter closed 1 month ago

elliottslaughter commented 1 month ago

I've audited these, and I don't think they would have caused issues, but sprintf is still bad all around so better to avoid it.