]> git.ipfire.org Git - thirdparty/bind9.git/commit
Include the function name when reporting unexpected errors
authorTony Finch <dot@dotat.at>
Fri, 14 Oct 2022 16:37:47 +0000 (17:37 +0100)
committerTony Finch <dot@dotat.at>
Mon, 17 Oct 2022 12:43:59 +0000 (13:43 +0100)
commit26ed03a61e0cb6359a985784ffad93630cb2aeff
treedfbfa0ba00f9dcdb3bbd7f7a10e66c3633869923
parenta34a2784b191f79d7b55b8f61560539655f68ed3
Include the function name when reporting unexpected errors

I.e. print the name of the function in BIND that called the system
function that returned an error. Since it was useful for pthreads
code, it seems worthwhile doing so everywhere.
bin/named/main.c
bin/tests/system/dyndb/driver/db.c
bin/tests/system/dyndb/driver/log.h
bin/tests/system/dyndb/driver/syncptr.c
lib/isc/error.c
lib/isc/include/isc/error.h
lib/isc/include/isc/util.h
lib/isc/mem.c