getdnsapi / getdns

A modern asynchronous DNS API https://getdnsapi.net/
Other
461 stars 127 forks source link

Fixed allowed offset range during name compression. #518

Closed amialkow closed 2 years ago

amialkow commented 2 years ago

Prohibit adding to cache names located at offsets above 0x3FFF. Offsets requiring more than 14 bits cannot be successfully decompressed.

wtoorop commented 2 years ago

Ack! Thanks!