mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
* The buffer overflow was happening when changing the complex format in the settings. * All const char arrays manually ending with a nul char were trimmed of it considering StringLayout adds it already. * Use automatic compile-time array-size when possible, avoids mistakes