]> git.ipfire.org Git - thirdparty/bind9.git/commit
De-duplicate some calls to strerror_r()
authorTony Finch <dot@dotat.at>
Fri, 14 Oct 2022 16:18:07 +0000 (17:18 +0100)
committerTony Finch <dot@dotat.at>
Mon, 17 Oct 2022 15:00:27 +0000 (16:00 +0100)
commit8dfc078ea333a11383f107b83bb26ece8b610f17
treee37f57c6c3808a327ba06ab35ab028c007ceee6e
parentf273fdfc12c5523aa5fd52e360ebbe85d1225cca
De-duplicate some calls to strerror_r()

Specifically, when reporting an unexpected or fatal error.

(cherry picked from commit a34a2784b191f79d7b55b8f61560539655f68ed3)
12 files changed:
lib/isc/app.c
lib/isc/condition.c
lib/isc/include/isc/condition.h
lib/isc/include/isc/error.h
lib/isc/include/isc/mutex.h
lib/isc/include/isc/util.h
lib/isc/mutex.c
lib/isc/net.c
lib/isc/netmgr/netmgr.c
lib/isc/stdtime.c
lib/isc/thread.c
lib/isc/time.c