]> git.ipfire.org Git - thirdparty/bind9.git/commit
Silence cppcheck possible NULL pointer dereference marka-cppcheck-2-6
authorMark Andrews <marka@isc.org>
Fri, 29 Oct 2021 21:28:34 +0000 (08:28 +1100)
committerMark Andrews <marka@isc.org>
Mon, 1 Nov 2021 06:44:23 +0000 (17:44 +1100)
commit7f09b066155f170c0e868a36bbedeae95e197e08
treea48b0408e621cd455f2ff44d212004286931e5e8
parent6b27cee14687e7fab044bbd446046c6d487c7abd
Silence cppcheck possible NULL pointer dereference

Use isc_region_t instead of isc_textregion_t as ccpcheck marked
tr.base as not initalised.
lib/dns/rdata.c