maskit opened a new issue, #9359:
URL: https://github.com/apache/trafficserver/issues/9359
```
QUICPacketHandler_quiche.cc:286:7: warning: '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. [-Wdeprecated-declarations]
sprintf(qlog_filepath, "%s/%.*s.sqlog",
Layout::get()->relative(params->qlog_dir()).c_str(),
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1:
note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("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.")
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48:
note: expanded from macro '__deprecated_msg'
#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]