SanderMertens / flecs

A fast entity component system (ECS) for C & C++
https://www.flecs.dev
MIT License
5.64k stars 411 forks source link

Prevent buffer overflow with large compiler version strings #1194

Closed apache-hb closed 1 month ago

apache-hb commented 1 month ago

Statically computes the compiler version string rather than determining it at runtime. resolves #1192

SanderMertens commented 1 month ago

LGTM!