]> git.ipfire.org Git - thirdparty/bind9.git/commit
Perform request validation in req_response() before using the pointer
authorAram Sargsyan <aram@isc.org>
Mon, 12 Dec 2022 12:08:16 +0000 (12:08 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Mon, 3 Apr 2023 15:21:43 +0000 (15:21 +0000)
commit5b373596975862b4f6df2f70516db02683a9e7fc
treebe7769f7c371b04bc79a624549a69a3dfe27949e
parent643abfbba7fe9eb7e2000ee3015c7e680cc590a2
Perform request validation in req_response() before using the pointer

The 'request' pointer is used before it is checked. Perform the check
before using the pointer.
lib/dns/request.c