]> git.ipfire.org Git - thirdparty/squid.git/commit
Handle exceptions during squid.conf parse
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 28 Jul 2015 01:58:00 +0000 (18:58 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 28 Jul 2015 01:58:00 +0000 (18:58 -0700)
commit8951901e8f77ae4804e12b6a9fb97e9d9f920502
tree019fa52cb65e69fedaba0b5a0704df48e83b3b74
parentd7844b4a3d27548751faf90e3a01d8b14f3b6f1e
Handle exceptions during squid.conf parse

Increasingly code used inside squid.conf parsing is capable of throwing
exceptions to signal errors. Catch any unexpected exceptions that reach
the config parse initiator(s) and report as a FATAL event before self
destructing.

 Detected by Coverity Scan. Issue 1231352
src/main.cc