]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use proper cmocka macros for pointer checks
authorMichał Kępień <michal@isc.org>
Thu, 26 Nov 2020 12:10:40 +0000 (13:10 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 26 Nov 2020 12:10:40 +0000 (13:10 +0100)
commitf44060012685213e4deedc1bce8be3868edd6af1
tree89ee35008d54d6a9236f76dffb3c645cba4ae86c
parent1c9273a40b3e01dd9758829d340e41306c7dde62
Use proper cmocka macros for pointer checks

Make sure pointer checks in unit tests use cmocka assertion macros
dedicated for use with pointers instead of those dedicated for use with
integers or booleans.
lib/dns/tests/dispatch_test.c
lib/dns/tests/keytable_test.c
lib/dns/tests/name_test.c
lib/dns/tests/tsig_test.c
lib/isc/tests/heap_test.c
lib/isc/tests/radix_test.c