~squid/squid/3.4

Viewing all changes in revision 13238.

  • Committer: Amos Jeffries
  • Date: 2016-05-06 09:46:14 UTC
  • Revision ID: squid3@treenet.co.nz-20160506094614-zyjq1i8ym2gcvwbu
Fix SIGSEGV in ESIContext response handling

HttpReply pointer was being unlocked without heving been locked.
Resulting in a double-free. Make it use RefCount instead of
manual locking to ensure locked/unlock is always symmetrical.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: