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

Conversation

junjieqi
Copy link
Contributor

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}

Differential Revision: D56009251

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D56009251

junjieqi added a commit that referenced this pull request Apr 11, 2024
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}

Differential Revision: D56009251
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D56009251

facebook-github-bot pushed a commit that referenced this pull request Apr 11, 2024
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}

Differential Revision: D56009251
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D56009251

junjieqi added a commit that referenced this pull request Apr 11, 2024
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}

Differential Revision: D56009251
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D56009251

facebook-github-bot pushed a commit that referenced this pull request Apr 12, 2024
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D56009251

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D56009251

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in acd06d6.

@junjieqi junjieqi deleted the export-D56009251 branch April 12, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants