]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixed an idnsGrokReply memory leak when merging DNS AAAA and A answers.
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 10 Sep 2010 22:01:36 +0000 (16:01 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 10 Sep 2010 22:01:36 +0000 (16:01 -0600)
commit8be70f521ad80053dab4c909a1c15bb92e569ad1
treed1ff4dfcb6cc92a4533e77aa9157347a54db9ada
parentc679653dc8705ef70346691f62499981ef8c3f09
Fixed an idnsGrokReply memory leak when merging DNS AAAA and A answers.

We were not updating message->ancount after force-feeding the A message
with answers from the old AAAA message.
src/dns_internal.cc