-
-
Notifications
You must be signed in to change notification settings - Fork 241
Replace sprintf with snprintf #8567
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
Conversation
If this isn't the right time to do this, or if it should be done more incrementally instead of big bang, let me know. |
And please resolve the conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I skipped gpre, sorry ;)
d4b9b5a
to
0f72109
Compare
Done |
@dyemanov Merging fine with you too? |
Yep, go ahead. |
Replaces occurrence of sprintf with snprintf; I ignored all code in
extern
(including cloop). I also did not touch the.c
, and.e
code in examples.