]> git.ipfire.org Git - thirdparty/squid.git/commit - src/urn.cc
Fix URN response exception handling (#479)
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Sat, 21 Sep 2019 22:45:03 +0000 (22:45 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 22 Sep 2019 11:44:14 +0000 (11:44 +0000)
commitbd10977c21849a00a79f577485bc53871201214c
treed7e14ba3dd07466ec176f36abdb5a26735a90f67
parent98dcfea475b3b9dcf0c1e2ee2693be3774581ade
Fix URN response exception handling (#479)

CID 1453857: Error handling issues (UNCAUGHT_EXCEPT)

Due to various Store deficiencies, storeUnregister() might call swapout
code which Broadcast()s and throws Ipc::OneToOneUniQueue::ItemTooLarge.
src/urn.cc