-
Notifications
You must be signed in to change notification settings - Fork 528
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
ext_time_quota_acl: convert to c++ #1847
Conversation
This has been runtime-tested:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a partial review in hope to help you may steady progress with this helper conversion.
Inspired by Coverity CID 1461163, "Invalid type in argument to printf format specifier" Rely on c++ ostreams for proper handling of integer types
86f4410
to
fa7e4ac
Compare
Co-authored-by: Alex Rousskov <[email protected]>
Co-authored-by: Amos Jeffries <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Looks good enough to me.
Just waiting on @rousskov discussions now.
FWIW, I have nothing to add to my last outstanding change request. That code changed a bit, but the problem remains. The ball there is on @kinkie side. |
For some reason this was not appearing in my log. |
Also added a trailing `<<` to ease source code comprehension, search, and adaptation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still no objections to this PR going in...
Make use of dynamically-allocated strings instead of static buffers, and convert debug output to use Squid's Debug API Inspired by addressing Coverity CID 1461163 "Invalid type in argument to printf format specifier"
Make use of dynamically-allocated strings instead of static buffers, and convert debug output to use Squid's Debug API Inspired by addressing Coverity CID 1461163 "Invalid type in argument to printf format specifier"
Make use of dynamically-allocated strings
instead of static buffers, and convert debug output
to use Squid's Debug API
Inspired by addressing Coverity CID 1461163
"Invalid type in argument to printf format specifier"