]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix several crashes when debugging enabled
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 18 Jan 2015 08:11:50 +0000 (00:11 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 18 Jan 2015 08:11:50 +0000 (00:11 -0800)
commit07b4cf01c2677de9b81d1d233217c08a371c8fd8
tree01949ceb9d684b5b00a126956a075cae621ecfde
parent2695a2e8c45dd62d4ce6dda2f9effd3fe086951a
Fix several crashes when debugging enabled

psstate->entry may be null, it is not safe to directly access the entry
url() method. Use the safe alternative offered by psstate instead.
src/peer_select.cc