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.


git-svn-id: file:///svn/unbound/trunk@2073 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2010-04-09 09:04:20 +00:00
parent 36c46a8f71
commit df9db1a0ee

View 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).