]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixed %USER_CA_CERT_xx and %USER_CERT_xx crashes (#301)
authorchi-mf <43963496+chi-mf@users.noreply.github.com>
Wed, 10 Oct 2018 07:50:52 +0000 (07:50 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 10 Oct 2018 15:24:44 +0000 (15:24 +0000)
commitc56abcbe00a1f4ca39ce79c2b05c508f1fbbc6ae
tree23d58cc07d42beb538b571503ae1e8498754c090
parentc85e510f1072e3ce3f4fd920445462cf89d6a171
Fixed %USER_CA_CERT_xx and %USER_CERT_xx crashes (#301)

The bug was introduced in 4e56d7f6 when the formatting code was moved
into Format::Format::assemble() where the old "format" loop variable is
a Format data member with the right type but (usually) the wrong value.
src/format/Format.cc