Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MAINT: use PyOS_snprintf instead of snprintf #3418

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

Merged
merged 1 commit into from
Jun 9, 2013
Merged

MAINT: use PyOS_snprintf instead of snprintf #3418

merged 1 commit into from
Jun 9, 2013

Conversation

cgohlke
Copy link
Contributor

@cgohlke cgohlke commented Jun 9, 2013

PyOS_snprintf is portable and more secure than snprintf.

PyOS_snprintf is portable and more secure than snprintf.
@charris
Copy link
Member

charris commented Jun 9, 2013

Looks good to me. Thanks.

charris added a commit that referenced this pull request Jun 9, 2013
MAINT: use PyOS_snprintf instead of snprintf
@charris charris merged commit 75cdf3d into numpy:master Jun 9, 2013
@cgohlke
Copy link
Contributor Author

cgohlke commented Sep 9, 2013

Could this be backported to maintenance/1.7.x please?

@charris charris mentioned this pull request Sep 9, 2013
@charris
Copy link
Member

charris commented Sep 9, 2013

@cgohlke Done in #3716.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants