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

drop usage of sprintf #56

Closed
grobian opened this issue Jul 31, 2023 · 0 comments
Closed

drop usage of sprintf #56

grobian opened this issue Jul 31, 2023 · 0 comments

Comments

@grobian
Copy link
Owner

grobian commented Jul 31, 2023

format.cpp:1606:16: warning: ‘int sprintf(char*, const char*, ...)’ is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
 1606 |         sprintf(lb, "%s.vspace.after", item_name);
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

get rid of this

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

No branches or pull requests

1 participant