ruby-dns / net-dns

Net::DNS is a DNS library written in Ruby.
http://net-dns.rubyforge.org
Other
165 stars 43 forks source link

Handle short data #85

Closed stanhu closed 10 months ago

stanhu commented 10 months ago

If the number of bytes <= 4, unpack was being called with zero or negative numbers.