Is there any interest in C housekeeping PR? #283
Replies: 3 comments 1 reply
-
|
Thanks for the suggestion. PR #284 changes |
Beta Was this translation helpful? Give feedback.
-
|
PS. As far as I can tell, the |
Beta Was this translation helpful? Give feedback.
-
|
TIL Apple snprintf() is complicated. Plot twist, macOS is deprecating sprintf()? Having just started to learn the SuperNOVAS API, and not up on the latest cross platform C trivia, perhaps sending security related PRs should go on a back burner. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A quick grep turned up hits for things like strcpy() and sprintf() (mostly in test/). Is there any interest in PR for migrating to things like strncpy() and snprintf(), for a smaller attack surface?
Beta Was this translation helpful? Give feedback.
All reactions