]> git.ipfire.org Git - thirdparty/squid.git/commit
Do not assign nil values in ACLFilledChecklist::syncAle() (#240)
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Fri, 6 Jul 2018 12:34:30 +0000 (12:34 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Mon, 9 Jul 2018 04:35:02 +0000 (16:35 +1200)
commit026f9c2858dd706ced2ac91163ae99ebb34e2de9
tree543ce3910c953c1eadfa3659603ec3a4f3fa1c3c
parente09b5a74de5b5cf975cf229f397c42a2a0fee4fd
Do not assign nil values in ACLFilledChecklist::syncAle() (#240)

Being explicit about nil parameters protects (future) code from
dereferencing them.
src/acl/FilledChecklist.cc