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

Switch sprintf to snprintf #3363

Closed
wants to merge 1 commit into from
Closed

Switch sprintf to snprintf #3363

wants to merge 1 commit into from

Commits on Apr 12, 2024

  1. Switch sprintf to snprintf (#3363)

    Summary:
    
    '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
    
    
    {F1484071654}
    
    Reviewed By: kuarora
    
    Differential Revision: D56009251
    junjieqi authored and facebook-github-bot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ab3f95f View commit details
    Browse the repository at this point in the history