]> git.ipfire.org Git - thirdparty/squid.git/commit
Protect against buffer overrun in DNS query generation SQUID_3_3_9
authorNathan Hoad <nathan@getoffmalawn.com>
Wed, 10 Jul 2013 12:47:48 +0000 (06:47 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 10 Jul 2013 12:47:48 +0000 (06:47 -0600)
commit83f1f03412750fdd98b5219ff5829cd4e319a1b3
treecef5986cc585b9b82467038f59f2ba1be5fd1c62
parentb9674d65f843dd2e1fb61b547f4c267623c03bf2
Protect against buffer overrun in DNS query generation

see SQUID-2013:2.

This bug has been present as long as the internal DNS component however
most code reaching this point is passing through URL validation first.
With Squid-3.2 Host header verification using DNS directly we may have
problems.
src/dns_internal.cc