]> git.ipfire.org Git - thirdparty/squid.git/commit - src/dns/rfc1035.cc
bugfixes to the DNS security patch
authorhno <>
Wed, 11 May 2005 20:26:52 +0000 (20:26 +0000)
committerhno <>
Wed, 11 May 2005 20:26:52 +0000 (20:26 +0000)
commit577090e41d362e946a5b353c9d83ac6c270aeb29
tree2748c59d04e844c7b7595455f4b4e3430e3b91cd
parent0343293b321ce29b16d68693a85f43fa971b259b
bugfixes to the DNS security patch

  - The query label should be compared case-insensitive in case the
    queried DNS server for some reason folds the case of the query.

  - Negative responses was not handled correctly, discarding the
    response.

  - Some name servers omit the root label in the query section in their
    responses.
lib/rfc1035.c