awslabs / aws-c-http

C99 implementation of the HTTP/1.1 and HTTP/2 specifications
Apache License 2.0
136 stars 42 forks source link

sprintf() -> snprintf() #397

Closed graebm closed 2 years ago

graebm commented 2 years ago

Issue: Today my Mac started issuing warnings about sprintf(). Changes: Use snprintf() instead.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.