You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While compiling picotool with macOS I get the following warning: warning: 'sprintf' 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]
Is this kept for compatibility reasons or would it be ok to submit a pullrequest with the snprintf variant?
The text was updated successfully, but these errors were encountered:
While compiling picotool with macOS I get the following warning:
warning: 'sprintf' 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]
Is this kept for compatibility reasons or would it be ok to submit a pullrequest with the snprintf variant?
The text was updated successfully, but these errors were encountered: