]> git.ipfire.org Git - thirdparty/ldns.git/commit
Merge pull request #202 from FGasper/issue_201_use_after_free
authorWillem Toorop <willem@nlnetlabs.nl>
Thu, 12 Jan 2023 08:27:52 +0000 (09:27 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Jan 2023 08:27:52 +0000 (09:27 +0100)
commit1564b4fb5f95b40eb73d978e1b69fc75cf91cf12
tree31dad4aee3e82f3594d7279866c395a86b9c67f0
parent1ce94b15eef320d84b6047d9abb93d48d2f1cde5
parent0d2d9b363730415490a11eeaadc554e81fa27b7b
Merge pull request #202 from FGasper/issue_201_use_after_free

Fix ldns_rdf2buffer_str_wks not to use after free.

Ack. Makes sense. Thanks for finding and reporting this.