awslabs / aws-c-event-stream

C99 implementation of the vnd.amazon.eventstream content-type.
Apache License 2.0
33 stars 47 forks source link

sprintf() -> snprintf() #91

Closed graebm closed 1 year ago

graebm commented 1 year 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.