dnsimple / dns_erlang

Erlang DNS library.
Apache License 2.0
95 stars 25 forks source link

Catch messages with missing additional sections #29

Open marc-vanderwal opened 1 year ago

marc-vanderwal commented 1 year ago

I noticed that a query whose additional section count is non-zero in the header, but with that section completely missing, was not rejected as being truncated. This PR fixes this issue.

I’ve added a unit test to that effect.