Skip to content

Fix: format-security#39

Merged
hyv1001 merged 1 commit intoBoomingTech:mainfrom
ambiguouStr:format-security
Apr 6, 2022
Merged

Fix: format-security#39
hyv1001 merged 1 commit intoBoomingTech:mainfrom
ambiguouStr:format-security

Conversation

@ambiguouStr
Copy link
Copy Markdown
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
@ambiguouStr ambiguouStr 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