]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4832: '!schemeAccess' assertion on exit (#819) 4.15-20210522-snapshot 4.15-20210523-snapshot 4.15-20210524-snapshot 5.0.6-20210522-snapshot 5.0.6-20210523-snapshot 5.0.6-20210524-snapshot 6.0.0-20210522-master-snapshot 6.0.0-20210523-master-snapshot 6.0.0-20210524-master-snapshot
authorAmos Jeffries <yadij@users.noreply.github.com>
Wed, 19 May 2021 11:37:34 +0000 (11:37 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 19 May 2021 14:20:04 +0000 (14:20 +0000)
commitee781581117482defc4fa56e2243642a57152b80
treee30df6172d60c4b807aa5e059f6f966195bdc319
parent77c241ca0d23eec4e1a06a50220f9a015fcfb26d
Bug 4832: '!schemeAccess' assertion on exit (#819)

* Add test to detect the bug and prevent regressions

* delete the access list if not cleared by the time
  Auth::Config instance is destructed. This is what the
  free_AuthSchemes() code does when the function call
  nesting and debugs are pruned away.
src/auth/Config.h
test-suite/squidconf/bug4832 [new file with mode: 0644]