]> git.ipfire.org Git - thirdparty/bind9.git/commit
Address use before NULL check warning of obj
authorMark Andrews <marka@isc.org>
Tue, 28 Sep 2021 00:14:02 +0000 (10:14 +1000)
committerMark Andrews <marka@isc.org>
Wed, 29 Sep 2021 01:43:14 +0000 (11:43 +1000)
commit74353330cd3e543193dc02275321d794ba3b5d53
tree1b84827839941f71f6a9d124b7dd9bf4244d7eef
parent5dff412a0804e1b9357e40a42f347aba6ad65aa9
Address use before NULL check warning of obj

move deference of obj to after NULL check

(cherry picked from commit 06a69e03ac84c48e095fe539ae3cf5bbcfebb695)
lib/isccfg/parser.c