You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "bneradt (via GitHub)" <gi...@apache.org> on 2023/04/13 15:21:48 UTC

[GitHub] [trafficserver] bneradt opened a new pull request, #9607: Convert sprintf to snprintf

bneradt opened a new pull request, #9607:
URL: https://github.com/apache/trafficserver/pull/9607

   Apple clang version 14.0.3 raised deprecation warnings on some
   uses of sprintf.  This patch converts the uses of sprintf to
   snprintf.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] bneradt merged pull request #9607: Convert sprintf to snprintf

Posted by "bneradt (via GitHub)" <gi...@apache.org>.
bneradt merged PR #9607:
URL: https://github.com/apache/trafficserver/pull/9607


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org