CytopiaTeam / Cytopia

:deciduous_tree::house_with_garden::office::evergreen_tree: A city building simulation game
https://www.cytopia.net
GNU General Public License v3.0
1.94k stars 101 forks source link

Fix strings incorrectly being passed as format strings #1091

Closed furrykef closed 3 months ago

furrykef commented 3 months ago

I couldn't install the game from Arch Linux's AUR because, by default, it builds packages with -Werror=format-security. This has been a problem before, but this should fix the root cause for good.

In case it's not clear what the issue is, consider what happens if for some reason m_tooltip or m_fpsCounter has something like "%d" inside.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud