bind9/bin/dig
Ondřej Surý 50e109d659 isc_event_allocate() cannot fail, remove the fail handling blocks
isc_event_allocate() calls isc_mem_get() to allocate the event structure.  As
isc_mem_get() cannot fail softly (e.g. it never returns NULL), the
isc_event_allocate() cannot return NULL, hence we remove the (ret == NULL)
handling blocks using the semantic patch from the previous commit.
2019-08-30 08:55:34 +02:00
..
include/dig dighost_error declaration in dig/dig.h was missing extern 2019-08-29 11:24:16 +02:00
win32 Convert *.vcxproj.user to CRLF line endings 2019-03-08 18:01:48 +01:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.1 prep 9.15.3 2019-08-12 14:08:12 +00:00
dig.c add "dig +yaml" output format 2019-08-25 16:41:14 -07:00
dig.docbook document the +yaml option in dig, mdig and delv 2019-08-25 16:41:38 -07:00
dig.html prep 9.15.3 2019-08-12 14:08:12 +00:00
dighost.c isc_event_allocate() cannot fail, remove the fail handling blocks 2019-08-30 08:55:34 +02:00
host.1 prep 9.13.6 2019-02-06 22:13:05 +00:00
host.c add "dig +yaml" output format 2019-08-25 16:41:14 -07:00
host.docbook update copyrights 2019-01-02 10:20:43 +11:00
host.html prep 9.13.6 2019-02-06 22:13:05 +00:00
Makefile.in add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
nslookup.1 prep 9.13.6 2019-02-06 22:13:05 +00:00
nslookup.c add "dig +yaml" output format 2019-08-25 16:41:14 -07:00
nslookup.docbook update copyrights 2019-01-02 10:20:43 +11:00
nslookup.html prep 9.13.6 2019-02-06 22:13:05 +00:00