]> git.ipfire.org Git - thirdparty/squid.git/commit
ext_time_quota_acl: convert to c++ (#1847)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Tue, 13 Aug 2024 00:32:44 +0000 (00:32 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 13 Aug 2024 00:45:08 +0000 (00:45 +0000)
commit4878cfe56713fd50ef3387f741d3a9e409f54dfb
treeb90b4690bef567771b1f32f984581513dded9a67
parent17e41e038585361dab2f8a789e89ee1e4f53de0f
ext_time_quota_acl: convert to c++ (#1847)

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"
doc/debug-sections.txt
src/Makefile.am
src/acl/external/time_quota/Makefile.am
src/acl/external/time_quota/ext_time_quota_acl.cc