Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: format-security #39

Merged
merged 1 commit into from
Apr 6, 2022
Merged

Fix: format-security #39

merged 1 commit into from
Apr 6, 2022

Conversation

ambiguoustexture
Copy link
Contributor

Available fix suggestion from clangd: format string is not a string literal (potentially insecure) (fix available) [-Wformat-security].

Change example:

  • change ImGui::Text(name.c_str()) to ImGui::Text("%s", name.c_str())

@hyv1001 hyv1001 merged commit 8780ad0 into BoomingTech:main Apr 6, 2022
@ambiguoustexture ambiguoustexture deleted the format-security branch April 6, 2022 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants