mirage / ocaml-dns

OCaml implementation of the DNS protocol
BSD 2-Clause "Simplified" License
106 stars 43 forks source link

Dns_zone: add a newline to buffer if there's none. #333

Closed hannesm closed 1 year ago

hannesm commented 1 year ago

Previously, a zone file that misses a final EOL before EOF would not be parsed correctly.