NLnetLabs / ldns

LDNS is a DNS library that facilitates DNS tool programming
https://nlnetlabs.nl/ldns
BSD 3-Clause "New" or "Revised" License
285 stars 94 forks source link

Fix ldns_rdf2buffer_str_wks not to use after free. #202

Closed FGasper closed 1 year ago

FGasper commented 1 year ago

Issue #201: endprotoent() needs not to be called until we’re finished with the protoent struct. (Found by running the test suite on OpenBSD.)

FGasper commented 1 year ago

(Pinging @wtoorop …)