]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 9 Apr 2010 09:04:20 +0000 (09:04 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 9 Apr 2010 09:04:20 +0000 (09:04 +0000)
  get into an endless loop, if 0x20 was enabled, and buffers are small
  or particular broken packets are received.

git-svn-id: file:///svn/unbound/trunk@2073 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog

index 3c172d22ebbc7c0364cc00cc0d307f131438732e..62dbf3b364e40ace5c8c5ef5c0b4a42c9b00ef7e 100644 (file)
@@ -1,3 +1,8 @@
+9 April 2010: Wouter
+       - Fix bug#305: pkt_dname_tolower could read beyond end of buffer or
+         get into an endless loop, if 0x20 was enabled, and buffers are small
+         or particular broken packets are received.
+
 8 April 2010: Wouter
        - Fix validation of queries with wildcard names (*.example).