Skip to content

Fix a use-after-free bug in dns_xfrin_create()

Arаm Sаrgsyаn requested to merge aram/dns_xfrin_create-use-after-free into main

'xfr' is used after detaching the only reference, which would have destroyed the object.

Call dns_xfrin_detach() only after the final use of 'xfr'.

Edited by Arаm Sаrgsyаn

Merge request reports