Symbol: fatal_exit
sbin/unwind/libunbound/libunbound/libworker.c
400
if(!w) fatal_exit("out of memory");
sbin/unwind/libunbound/services/authzone.c
2146
fatal_exit("Could not setup RPZ zones");
sbin/unwind/libunbound/services/listen_dnsport.c
1327
fatal_exit("PROXYv2 and DNSCrypt combination not "
sbin/unwind/libunbound/services/listen_dnsport.c
1330
fatal_exit("PROXYv2 and DoH combination not "
sbin/unwind/libunbound/services/listen_dnsport.c
1333
fatal_exit("PROXYv2 and DoQ combination not "
sbin/unwind/libunbound/services/localzone.c
656
fatal_exit("internal error: no zone for rr %s", rr);
sbin/unwind/libunbound/services/modstack.c
241
fatal_exit("unexpected already initialised modules");
sbin/unwind/libunbound/util/alloc.c
597
fatal_exit("alloc assertion failed");
sbin/unwind/libunbound/util/alloc.c
606
fatal_exit("alloc assertion failed");
sbin/unwind/libunbound/util/alloc.c
633
fatal_exit("alloc assertion failed");
sbin/unwind/libunbound/util/alloc.c
642
fatal_exit("alloc assertion failed");
sbin/unwind/libunbound/util/config_file.c
1862
fatal_exit("could not init random generator");
sbin/unwind/libunbound/util/configparser.y
2008
fatal_exit("out of memory adding acl");
sbin/unwind/libunbound/util/configparser.y
2017
fatal_exit("out of memory adding acl");
sbin/unwind/libunbound/util/configparser.y
2388
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
2397
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
2404
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
2410
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
2418
fatal_exit("out of memory adding local-data");
sbin/unwind/libunbound/util/configparser.y
2430
fatal_exit("out of memory adding local-data");
sbin/unwind/libunbound/util/configparser.y
2494
fatal_exit("out of memory adding "
sbin/unwind/libunbound/util/configparser.y
2509
fatal_exit("out of memory adding "
sbin/unwind/libunbound/util/configparser.y
2542
fatal_exit("out of memory adding dns64-ignore-aaaa");
sbin/unwind/libunbound/util/configparser.y
2807
fatal_exit("out of memory adding "
sbin/unwind/libunbound/util/configparser.y
2822
fatal_exit("out of memory adding "
sbin/unwind/libunbound/util/configparser.y
3057
fatal_exit("out of memory adding "
sbin/unwind/libunbound/util/configparser.y
3359
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
3368
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
3375
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
3382
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
3392
fatal_exit("out of memory adding per-view "
sbin/unwind/libunbound/util/configparser.y
3401
fatal_exit("out of memory adding response-ip-data");
sbin/unwind/libunbound/util/configparser.y
3408
fatal_exit("out of memory adding local-data");
sbin/unwind/libunbound/util/configparser.y
3421
fatal_exit("out of memory adding local-data");
sbin/unwind/libunbound/util/configparser.y
3761
fatal_exit("out of memory adding response-ip");
sbin/unwind/libunbound/util/configparser.y
3769
fatal_exit("out of memory adding response-ip-data");
sbin/unwind/libunbound/util/configparser.y
3820
fatal_exit("out of memory adding dnscrypt-provider-cert");
sbin/unwind/libunbound/util/configparser.y
3827
fatal_exit("out of memory adding dnscrypt-provider-cert-rotated");
sbin/unwind/libunbound/util/configparser.y
3836
fatal_exit("out of memory adding dnscrypt-secret-key");
sbin/unwind/libunbound/util/configparser.y
4181
fatal_exit("out of memory adding tcp connection limit");
sbin/unwind/libunbound/util/configparser.y
657
fatal_exit("out of memory adding client-subnet");
sbin/unwind/libunbound/util/configparser.y
670
fatal_exit("out of memory adding client-subnet-zone");
sbin/unwind/libunbound/util/fptr_wlist.h
72
fatal_exit("%s:%d: %s: pointer whitelist %s failed", \
sbin/unwind/libunbound/util/locks.c
125
fatal_exit("could not fork: %s", strerror(errno));
sbin/unwind/libunbound/util/locks.c
240
fatal_exit("thread create failed");
sbin/unwind/libunbound/util/locks.c
61
fatal_exit("pthread_sigmask: %s", strerror(err));
sbin/unwind/libunbound/util/locks.c
65
fatal_exit("thr_sigsetmask: %s", strerror(err));
sbin/unwind/libunbound/util/locks.c
69
fatal_exit("sigprocmask: %s", strerror(errno));
sbin/unwind/libunbound/util/locks.c
87
fatal_exit("pthread_sigmask: %s", strerror(err));
sbin/unwind/libunbound/util/locks.c
91
fatal_exit("thr_sigsetmask: %s", strerror(err));
sbin/unwind/libunbound/util/locks.c
95
fatal_exit("sigprocmask: %s", strerror(errno));
sbin/unwind/libunbound/util/log.h
208
void fatal_exit(const char* format, ...) ATTR_FORMAT(printf, 1, 2) ATTR_NORETURN;
sbin/unwind/libunbound/util/log.h
230
fatal_exit("%s:%d: %s: assertion %s failed", \
sbin/unwind/libunbound/util/netevent.c
292
fatal_exit("event_dispatch returned error %d, "
sbin/unwind/libunbound/util/random.c
164
fatal_exit("PK11_GenerateRandom error: %s",
sbin/unwind/libunbound/validator/autotrust.c
1220
fatal_exit("could not open autotrust file for writing, %s: %s",
sbin/unwind/libunbound/validator/autotrust.c
1228
fatal_exit("could not completely write: %s", fname);
sbin/unwind/libunbound/validator/autotrust.c
1240
fatal_exit("could not complete write: %s: %s",
sbin/unwind/libunbound/validator/autotrust.c
1251
fatal_exit("rename(%s to %s): %s", tempf, fname, strerror(errno));
sbin/unwind/libunbound/validator/val_anchor.c
584
fatal_exit("trusted-keys, %d, string too long", *line);
usr.sbin/unbound/daemon/daemon.c
1063
fatal_exit("malloc failure updating config settings");
usr.sbin/unbound/daemon/daemon.c
1068
fatal_exit("malloc failure updating config settings");
usr.sbin/unbound/daemon/daemon.c
1071
fatal_exit("malloc failure updating config settings");
usr.sbin/unbound/daemon/daemon.c
216
fatal_exit("could not init winsock. WSAStartup: %s",
usr.sbin/unbound/daemon/daemon.c
251
fatal_exit("could not init openssl locks");
usr.sbin/unbound/daemon/daemon.c
255
fatal_exit("could not init NSS");
usr.sbin/unbound/daemon/daemon.c
454
fatal_exit("failed to startup modules");
usr.sbin/unbound/daemon/daemon.c
474
fatal_exit("failed to init modules");
usr.sbin/unbound/daemon/daemon.c
498
fatal_exit("no ports are permitted for UDP, add "
usr.sbin/unbound/daemon/daemon.c
551
fatal_exit("could not init random generator");
usr.sbin/unbound/daemon/daemon.c
556
fatal_exit("out of memory during daemon init");
usr.sbin/unbound/daemon/daemon.c
563
fatal_exit("could not create doq_table: out of memory");
usr.sbin/unbound/daemon/daemon.c
576
fatal_exit("out of memory during daemon init");
usr.sbin/unbound/daemon/daemon.c
581
fatal_exit("dt_create failed");
usr.sbin/unbound/daemon/daemon.c
583
fatal_exit("dnstap enabled in config but not built with dnstap support");
usr.sbin/unbound/daemon/daemon.c
591
fatal_exit("could not create worker");
usr.sbin/unbound/daemon/daemon.c
598
fatal_exit("could not allocate worker allocs");
usr.sbin/unbound/daemon/daemon.c
603
fatal_exit("could not allocate worker alloc");
usr.sbin/unbound/daemon/daemon.c
659
fatal_exit("Could not initialize thread");
usr.sbin/unbound/daemon/daemon.c
720
fatal_exit("Could not create views: out of memory");
usr.sbin/unbound/daemon/daemon.c
723
fatal_exit("Could not set up views");
usr.sbin/unbound/daemon/daemon.c
726
fatal_exit("Could not setup access control list");
usr.sbin/unbound/daemon/daemon.c
729
fatal_exit("Could not setup interface control list");
usr.sbin/unbound/daemon/daemon.c
731
fatal_exit("Could not setup TCP connection limits");
usr.sbin/unbound/daemon/daemon.c
736
fatal_exit("dnsc_create failed");
usr.sbin/unbound/daemon/daemon.c
739
fatal_exit("dnscrypt enabled in config but unbound was not built with "
usr.sbin/unbound/daemon/daemon.c
746
fatal_exit("Could not create cookie_secrets: out of memory");
usr.sbin/unbound/daemon/daemon.c
749
fatal_exit("Could not setup cookie_secrets");
usr.sbin/unbound/daemon/daemon.c
753
fatal_exit("Could not create local zones: out of memory");
usr.sbin/unbound/daemon/daemon.c
755
fatal_exit("Could not set up local zones");
usr.sbin/unbound/daemon/daemon.c
758
fatal_exit("Could not set forward zones");
usr.sbin/unbound/daemon/daemon.c
761
fatal_exit("Could not set root or stub hints");
usr.sbin/unbound/daemon/daemon.c
765
fatal_exit("Could not create response IP set");
usr.sbin/unbound/daemon/daemon.c
767
fatal_exit("Could not set up response IP set");
usr.sbin/unbound/daemon/daemon.c
770
fatal_exit("Could not set up per-view response IP sets");
usr.sbin/unbound/daemon/daemon.c
780
fatal_exit("auth_zones could not be setup");
usr.sbin/unbound/daemon/daemon.c
784
fatal_exit("Could not set up EDNS strings");
usr.sbin/unbound/daemon/daemon.c
795
fatal_exit("response-ip options require respip module");
usr.sbin/unbound/daemon/daemon.c
801
fatal_exit("RPZ requires the respip module");
usr.sbin/unbound/daemon/daemon.c
811
fatal_exit("Could not initialize main thread");
usr.sbin/unbound/daemon/daemon.c
825
fatal_exit("Could not initialize main thread");
usr.sbin/unbound/daemon/daemon.c
836
fatal_exit("sd_notify failed %s: %s. Make sure that unbound has "
usr.sbin/unbound/daemon/stats.c
424
fatal_exit("failed to read stats over cmd channel");
usr.sbin/unbound/daemon/stats.c
426
fatal_exit("stats on cmd channel wrong length %d %d",
usr.sbin/unbound/daemon/stats.c
439
fatal_exit("could not write stat values over cmd channel");
usr.sbin/unbound/daemon/unbound.c
236
fatal_exit("too much tcp. not enough fds.");
usr.sbin/unbound/daemon/unbound.c
250
fatal_exit("too much tcp. not enough fds.");
usr.sbin/unbound/daemon/unbound.c
278
fatal_exit("too much tcp. not enough fds.");
usr.sbin/unbound/daemon/unbound.c
436
fatal_exit("daemon failed: %s", strerror(errno));
usr.sbin/unbound/daemon/unbound.c
445
fatal_exit("fork failed: %s", strerror(errno));
usr.sbin/unbound/daemon/unbound.c
453
fatal_exit("setsid() failed: %s", strerror(errno));
usr.sbin/unbound/daemon/unbound.c
477
fatal_exit("could not set up listen SSL_CTX");
usr.sbin/unbound/daemon/unbound.c
488
fatal_exit("could not set up remote-control");
usr.sbin/unbound/daemon/unbound.c
496
fatal_exit("could not set session ticket SSL_CTX");
usr.sbin/unbound/daemon/unbound.c
509
fatal_exit("could not set up quic SSL_CTX");
usr.sbin/unbound/daemon/unbound.c
516
fatal_exit("could not set up connect SSL_CTX");
usr.sbin/unbound/daemon/unbound.c
535
fatal_exit("could not do privileged setup");
usr.sbin/unbound/daemon/unbound.c
539
fatal_exit("user '%s' does not exist.", cfg->username);
usr.sbin/unbound/daemon/unbound.c
576
fatal_exit("pidfile alloc: out of memory");
usr.sbin/unbound/daemon/unbound.c
625
fatal_exit("unable to chdir to chroot %s: %s",
usr.sbin/unbound/daemon/unbound.c
630
fatal_exit("unable to chroot to %s: %s",
usr.sbin/unbound/daemon/unbound.c
633
fatal_exit("unable to chdir to / in chroot %s: %s",
usr.sbin/unbound/daemon/unbound.c
666
fatal_exit("Could not chdir to %s: %s",
usr.sbin/unbound/daemon/unbound.c
692
fatal_exit("unable to set group id of %s: %s",
usr.sbin/unbound/daemon/unbound.c
701
fatal_exit("unable to set user id of %s: %s",
usr.sbin/unbound/daemon/unbound.c
713
fatal_exit("out of memory in daemon cfgfile strdup");
usr.sbin/unbound/daemon/unbound.c
732
fatal_exit("alloc failure");
usr.sbin/unbound/daemon/unbound.c
740
fatal_exit("Could not alloc config defaults");
usr.sbin/unbound/daemon/unbound.c
743
fatal_exit("Could not read config file: %s."
usr.sbin/unbound/daemon/unbound.c
756
fatal_exit("could not open ports");
usr.sbin/unbound/daemon/unbound.c
863
fatal_exit("option not supported");
usr.sbin/unbound/daemon/worker.c
2248
fatal_exit("dt_init failed");
usr.sbin/unbound/daemon/worker.c
466
fatal_exit("bad control msg length %d", (int)len);
usr.sbin/unbound/dnscrypt/dnscrypt.c
605
fatal_exit("dnsc_parse_certs: failed to load %s: %s", head->str, strerror(errno));
usr.sbin/unbound/dnscrypt/dnscrypt.c
819
fatal_exit("dnsc_parse_keys: failed to load %s: %s", head->str, strerror(errno));
usr.sbin/unbound/dnscrypt/dnscrypt.c
824
fatal_exit("dnsc_parse_keys: could not generate public key from %s", head->str);
usr.sbin/unbound/dnscrypt/dnscrypt.c
851
fatal_exit("Certificate for XChacha20 but libsodium does not support it.");
usr.sbin/unbound/dnscrypt/dnscrypt.c
858
fatal_exit("dnsc_parse_keys: could not match certificate for key "
usr.sbin/unbound/dnscrypt/dnscrypt.c
870
fatal_exit(
usr.sbin/unbound/dnscrypt/dnscrypt.c
945
fatal_exit("dnsc_create: could not initialize libsodium.");
usr.sbin/unbound/dnscrypt/dnscrypt.c
967
fatal_exit("dnsc_apply_cfg: no cert file loaded");
usr.sbin/unbound/dnscrypt/dnscrypt.c
970
fatal_exit("dnsc_apply_cfg: no key file loaded");
usr.sbin/unbound/dnscrypt/dnscrypt.c
976
fatal_exit("dnsc_apply_cfg: could not load local data");
usr.sbin/unbound/dnscrypt/dnscrypt.c
991
fatal_exit("dnsc_apply_cfg: could not create shared secrets cache.");
usr.sbin/unbound/dnstap/dnstap.c
206
fatal_exit("dt_apply_identity: gethostname() failed");
usr.sbin/unbound/dnstap/dnstap.c
212
fatal_exit("dt_apply_identity: strdup() failed");
usr.sbin/unbound/dnstap/dnstap.c
232
fatal_exit("dt_apply_version: strdup() failed");
usr.sbin/unbound/dnstap/dtstream.c
1634
fatal_exit("dnstap io: could not create event_base");
usr.sbin/unbound/dnstap/dtstream.c
1647
fatal_exit("dnstap io: out of memory");
usr.sbin/unbound/dnstap/dtstream.c
1651
fatal_exit("dnstap io: out of memory (adding event)");
usr.sbin/unbound/dnstap/dtstream.c
1662
fatal_exit("dnstap io: out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1216
if(!data) fatal_exit("out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1221
if(!data->ssl) fatal_exit("could not SSL_new");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1225
if(!data->ev) fatal_exit("could not ub_event_new");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1226
if(ub_event_add(data->ev, NULL) != 0) fatal_exit("could not ub_event_add");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1228
fatal_exit("could not tap_data_list_insert");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1240
if(!s) fatal_exit("out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1242
fatal_exit("out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1255
if(!s) fatal_exit("out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1257
fatal_exit("out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1271
if(!s) fatal_exit("out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1273
fatal_exit("out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1312
if(!maindata) fatal_exit("out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1315
if(!base) fatal_exit("could not create ub_event base");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1331
fatal_exit("could not setup accept events");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1483
fatal_exit("could not bind to signal");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1506
fatal_exit("out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1511
fatal_exit("out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1516
fatal_exit("out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1539
fatal_exit("-c option needs compilation with "
usr.sbin/unbound/libunbound/libworker.c
400
if(!w) fatal_exit("out of memory");
usr.sbin/unbound/services/authzone.c
2146
fatal_exit("Could not setup RPZ zones");
usr.sbin/unbound/services/listen_dnsport.c
1327
fatal_exit("PROXYv2 and DNSCrypt combination not "
usr.sbin/unbound/services/listen_dnsport.c
1330
fatal_exit("PROXYv2 and DoH combination not "
usr.sbin/unbound/services/listen_dnsport.c
1333
fatal_exit("PROXYv2 and DoQ combination not "
usr.sbin/unbound/services/localzone.c
656
fatal_exit("internal error: no zone for rr %s", rr);
usr.sbin/unbound/services/modstack.c
241
fatal_exit("unexpected already initialised modules");
usr.sbin/unbound/smallapp/unbound-checkconf.c
1000
fatal_exit("Could not set root or stub hints");
usr.sbin/unbound/smallapp/unbound-checkconf.c
1012
fatal_exit("Could not setup authority zones");
usr.sbin/unbound/smallapp/unbound-checkconf.c
1015
fatal_exit("RPZ requires the respip module");
usr.sbin/unbound/smallapp/unbound-checkconf.c
1026
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
1107
fatal_exit("Could not pledge");
usr.sbin/unbound/smallapp/unbound-checkconf.c
111
if(!p) fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
120
if(!p) fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
127
fatal_exit("cannot print option '%s'", opt);
usr.sbin/unbound/smallapp/unbound-checkconf.c
140
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
142
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
144
fatal_exit("bad config during startup for %s module", fb->name);
usr.sbin/unbound/smallapp/unbound-checkconf.c
146
fatal_exit("bad config during init for %s module", fb->name);
usr.sbin/unbound/smallapp/unbound-checkconf.c
197
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
199
fatal_exit("failed local-zone, local-data configuration");
usr.sbin/unbound/smallapp/unbound-checkconf.c
219
fatal_exit("cannot parse access-control-view "
usr.sbin/unbound/smallapp/unbound-checkconf.c
224
fatal_exit("cannot find view for "
usr.sbin/unbound/smallapp/unbound-checkconf.c
235
fatal_exit("cannot parse access-control-tags "
usr.sbin/unbound/smallapp/unbound-checkconf.c
245
fatal_exit("cannot parse access-control-tag-actions "
usr.sbin/unbound/smallapp/unbound-checkconf.c
250
fatal_exit("cannot parse tag %s (define-tag it), "
usr.sbin/unbound/smallapp/unbound-checkconf.c
255
fatal_exit("cannot parse access control action type %s"
usr.sbin/unbound/smallapp/unbound-checkconf.c
269
fatal_exit("cannot parse access-control-tag-datas address %s %s '%s'",
usr.sbin/unbound/smallapp/unbound-checkconf.c
273
fatal_exit("cannot parse tag %s (define-tag it), "
usr.sbin/unbound/smallapp/unbound-checkconf.c
283
fatal_exit("cannot parse rr data [char %d] parse error %s, for access-control-tag-datas: %s %s '%s'",
usr.sbin/unbound/smallapp/unbound-checkconf.c
300
fatal_exit("Could not create views: out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
302
fatal_exit("Could not create respip set: out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
304
fatal_exit("Could not set up views");
usr.sbin/unbound/smallapp/unbound-checkconf.c
306
fatal_exit("Could not setup respip set");
usr.sbin/unbound/smallapp/unbound-checkconf.c
308
fatal_exit("Could not setup per-view respip sets");
usr.sbin/unbound/smallapp/unbound-checkconf.c
311
fatal_exit("response-ip options require respip module");
usr.sbin/unbound/smallapp/unbound-checkconf.c
352
if(!resif) fatal_exit("malloc failure");
usr.sbin/unbound/smallapp/unbound-checkconf.c
354
if(!num_resif) fatal_exit("malloc failure");
usr.sbin/unbound/smallapp/unbound-checkconf.c
360
fatal_exit("interface: %s present twice, "
usr.sbin/unbound/smallapp/unbound-checkconf.c
367
fatal_exit("could not resolve interface names, for %s",
usr.sbin/unbound/smallapp/unbound-checkconf.c
374
fatal_exit("PROXYv2 and DNSCrypt combination not "
usr.sbin/unbound/smallapp/unbound-checkconf.c
378
fatal_exit("PROXYv2 and DoH combination not "
usr.sbin/unbound/smallapp/unbound-checkconf.c
382
fatal_exit("PROXYv2 and DoQ combination not "
usr.sbin/unbound/smallapp/unbound-checkconf.c
390
fatal_exit("cannot parse interface address '%s' from the interface specified as '%s'",
usr.sbin/unbound/smallapp/unbound-checkconf.c
393
fatal_exit("cannot parse interface specified as '%s'",
usr.sbin/unbound/smallapp/unbound-checkconf.c
407
fatal_exit("%s present twice, cannot bind the same ports twice. The first entry is %s and the second is %s", resif[i][j], info2, info1);
usr.sbin/unbound/smallapp/unbound-checkconf.c
423
fatal_exit("cannot parse outgoing-interface "
usr.sbin/unbound/smallapp/unbound-checkconf.c
428
fatal_exit("outgoing-interface: %s present "
usr.sbin/unbound/smallapp/unbound-checkconf.c
450
fatal_exit("interface-automatic-ports: port out of range at position %d in '%s'", (int)(now-ifautomaticports)+1, ifautomaticports);
usr.sbin/unbound/smallapp/unbound-checkconf.c
452
fatal_exit("interface-automatic-ports: parse error at position %d in '%s'", (int)(now-ifautomaticports)+1, ifautomaticports);
usr.sbin/unbound/smallapp/unbound-checkconf.c
472
fatal_exit("could not resolve interface names, for control-interface: %s",
usr.sbin/unbound/smallapp/unbound-checkconf.c
479
fatal_exit("cannot parse control-interface address '%s' from the control-interface specified as '%s'",
usr.sbin/unbound/smallapp/unbound-checkconf.c
482
fatal_exit("cannot parse control-interface specified as '%s'",
usr.sbin/unbound/smallapp/unbound-checkconf.c
501
fatal_exit("cannot parse access control address %s %s",
usr.sbin/unbound/smallapp/unbound-checkconf.c
518
fatal_exit("cannot parse tcp connection limit address %s %s",
usr.sbin/unbound/smallapp/unbound-checkconf.c
569
if(!fname) fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
585
if(!*ss) fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
588
fatal_exit("%s: \"%s\" does not exist in "
usr.sbin/unbound/smallapp/unbound-checkconf.c
591
fatal_exit("%s: \"%s\" does not exist",
usr.sbin/unbound/smallapp/unbound-checkconf.c
638
fatal_exit("Could not create ednssubnet whitelist: out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
640
fatal_exit("Could not setup ednssubnet whitelist");
usr.sbin/unbound/smallapp/unbound-checkconf.c
676
fatal_exit("Unknown value in module-config, module: "
usr.sbin/unbound/smallapp/unbound-checkconf.c
697
fatal_exit("verbosity value < 0");
usr.sbin/unbound/smallapp/unbound-checkconf.c
699
fatal_exit("num_threads value weird");
usr.sbin/unbound/smallapp/unbound-checkconf.c
701
fatal_exit("ip4 and ip6 are both disabled, pointless");
usr.sbin/unbound/smallapp/unbound-checkconf.c
703
fatal_exit("cannot prefer and disable ip4, pointless");
usr.sbin/unbound/smallapp/unbound-checkconf.c
705
fatal_exit("cannot prefer and disable ip6, pointless");
usr.sbin/unbound/smallapp/unbound-checkconf.c
707
fatal_exit("udp and tcp are both disabled, pointless");
usr.sbin/unbound/smallapp/unbound-checkconf.c
709
fatal_exit("edns-buffer-size larger than msg-buffer-size, "
usr.sbin/unbound/smallapp/unbound-checkconf.c
716
fatal_exit("chootdir %s has trailing slash '/' please remove.",
usr.sbin/unbound/smallapp/unbound-checkconf.c
720
fatal_exit("bad chroot directory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
724
if(!ad) fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
725
if(!is_dir(ad)) fatal_exit("bad chdir directory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
735
fatal_exit("pidfile directory does not exist");
usr.sbin/unbound/smallapp/unbound-checkconf.c
742
fatal_exit("logfile directory does not exist");
usr.sbin/unbound/smallapp/unbound-checkconf.c
770
fatal_exit("disable-edns-do does not allow DNSSEC to work, but the validator module uses a trust anchor %s, turn off disable-edns-do or disable validation", key);
usr.sbin/unbound/smallapp/unbound-checkconf.c
942
fatal_exit("module conf '%s' is not known to work",
usr.sbin/unbound/smallapp/unbound-checkconf.c
949
fatal_exit("user '%s' does not exist.", cfg->username);
usr.sbin/unbound/smallapp/unbound-checkconf.c
956
fatal_exit("Could not pledge");
usr.sbin/unbound/smallapp/unbound-checkconf.c
966
fatal_exit("control-key-file: \"%s\" does not exist",
usr.sbin/unbound/smallapp/unbound-checkconf.c
969
fatal_exit("control-cert-file: \"%s\" does not exist",
usr.sbin/unbound/smallapp/unbound-checkconf.c
989
fatal_exit("Could not set forward zones");
usr.sbin/unbound/smallapp/unbound-control.c
1018
fatal_exit("could not exec unbound: %s",
usr.sbin/unbound/smallapp/unbound-control.c
1023
fatal_exit("could not exec unbound: %s",
usr.sbin/unbound/smallapp/unbound-control.c
1036
fatal_exit("WSAStartup failed: %s", wsa_strerror(r));
usr.sbin/unbound/smallapp/unbound-control.c
324
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-control.c
486
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-control.c
488
fatal_exit("could not read config file");
usr.sbin/unbound/smallapp/unbound-control.c
492
fatal_exit("shmget(%d): %s", cfg->shm_key, strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
496
fatal_exit("shmget(%d): %s", cfg->shm_key+1, strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
500
fatal_exit("shmat(%d): %s", id_ctl, strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
504
fatal_exit("shmat(%d): %s", id_arr, strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
558
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-control.c
639
fatal_exit("could not resolve interface names");
usr.sbin/unbound/smallapp/unbound-control.c
642
fatal_exit("no control interfaces");
usr.sbin/unbound/smallapp/unbound-control.c
662
fatal_exit("could not parse IP@port: %s", svr);
usr.sbin/unbound/smallapp/unbound-control.c
678
fatal_exit("could not parse IP: %s", svr);
usr.sbin/unbound/smallapp/unbound-control.c
685
fatal_exit("socket: %s", sock_strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
716
fatal_exit("select: %s", sock_strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
720
fatal_exit("timeout: could not connect to server");
usr.sbin/unbound/smallapp/unbound-control.c
823
fatal_exit("could not recv: %s", sock_strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
839
fatal_exit("could not send: %s", sock_strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
855
fatal_exit("too many arguments for command '%s', "
usr.sbin/unbound/smallapp/unbound-control.c
861
fatal_exit("too many arguments for command '%s', "
usr.sbin/unbound/smallapp/unbound-control.c
941
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-control.c
943
fatal_exit("could not read config file");
usr.sbin/unbound/testcode/checklocks.c
111
fatal_exit("bailing out");
usr.sbin/unbound/testcode/checklocks.c
133
else fatal_exit("error in mutex_trylock: %s", strerror(err));
usr.sbin/unbound/testcode/checklocks.c
157
fatal_exit("lock_protect: out of memory");
usr.sbin/unbound/testcode/checklocks.c
166
fatal_exit("lock_protect: out of memory");
usr.sbin/unbound/testcode/checklocks.c
304
fatal_exit("%s %s %d: out of memory", func, file, line);
usr.sbin/unbound/testcode/checklocks.c
315
fatal_exit("%s %s %d: lock_init no thread info", func, file,
usr.sbin/unbound/testcode/checklocks.c
360
fatal_exit("use of null/deleted lock at %s %s:%d",
usr.sbin/unbound/testcode/checklocks.c
708
fatal_exit("could not open %s: %s", buf, strerror(errno));
usr.sbin/unbound/testcode/checklocks.c
714
fatal_exit("could not open for append %s: %s", buf, strerror(errno));
usr.sbin/unbound/testcode/checklocks.c
761
fatal_exit("thrcreate: out of memory");
usr.sbin/unbound/testcode/checklocks.c
797
fatal_exit("thrcreate: out of memory");
usr.sbin/unbound/testcode/checklocks.c
901
fatal_exit("join thread timeout. hangup or deadlock.");
usr.sbin/unbound/testcode/checklocks.c
910
fatal_exit("signal(): %s", strerror(errno));
usr.sbin/unbound/testcode/delayer.c
1002
fatal_exit("socket: %s", sock_strerror(errno));
usr.sbin/unbound/testcode/delayer.c
1017
fatal_exit("cannot bind any port");
usr.sbin/unbound/testcode/delayer.c
1025
fatal_exit("tcp socket: %s", sock_strerror(errno));
usr.sbin/unbound/testcode/delayer.c
1032
fatal_exit("setsockopt(.. SO_REUSEADDR ..) failed: %s",
usr.sbin/unbound/testcode/delayer.c
1037
fatal_exit("tcp bind: %s", sock_strerror(errno));
usr.sbin/unbound/testcode/delayer.c
1040
fatal_exit("tcp listen: %s", sock_strerror(errno));
usr.sbin/unbound/testcode/delayer.c
205
if(!r) fatal_exit("out of memory");
usr.sbin/unbound/testcode/delayer.c
207
if(!r->buf) fatal_exit("out of memory");
usr.sbin/unbound/testcode/delayer.c
370
fatal_exit("ringbuf error: pop failed");
usr.sbin/unbound/testcode/delayer.c
464
if(!p) fatal_exit("out of memory");
usr.sbin/unbound/testcode/delayer.c
467
fatal_exit("socket: %s", sock_strerror(errno));
usr.sbin/unbound/testcode/delayer.c
506
fatal_exit("recvfrom: %s", sock_strerror(errno));
usr.sbin/unbound/testcode/delayer.c
512
if(!p) fatal_exit("error: cannot find or create proxy");
usr.sbin/unbound/testcode/delayer.c
569
fatal_exit("accept: %s", sock_strerror(errno));
usr.sbin/unbound/testcode/delayer.c
572
if(!p) fatal_exit("out of memory");
usr.sbin/unbound/testcode/delayer.c
580
fatal_exit("tcp socket: %s", sock_strerror(errno));
usr.sbin/unbound/testcode/delayer.c
926
fatal_exit("select: %s", strerror(errno));
usr.sbin/unbound/testcode/delayer.c
932
fatal_exit("gettimeofday: %s", strerror(errno));
usr.sbin/unbound/testcode/delayer.c
983
fatal_exit("out of memory");
usr.sbin/unbound/testcode/delayer.c
998
fatal_exit("could not bind to signal");
usr.sbin/unbound/testcode/dohclient.c
158
fatal_exit("could not malloc http2 stream");
usr.sbin/unbound/testcode/dohclient.c
169
if(!qb64) fatal_exit("out of memory");
usr.sbin/unbound/testcode/dohclient.c
174
if(!h2_stream->path) fatal_exit("out of memory");
usr.sbin/unbound/testcode/dohclient.c
223
if(!buf) fatal_exit("out of memory");
usr.sbin/unbound/testcode/dohclient.c
429
fatal_exit("out of memory");
usr.sbin/unbound/testcode/dohclient.c
511
if(!ctx) fatal_exit("cannot create ssl ctx");
usr.sbin/unbound/testcode/dohclient.c
586
if(!h2_session) fatal_exit("out of memory");
usr.sbin/unbound/testcode/doqclient.c
1017
if(!ngaddr->addr) fatal_exit("calloc failed: out of memory");
usr.sbin/unbound/testcode/doqclient.c
1140
if(!conn) fatal_exit("could not ngtcp2_conn_client_new: %s",
usr.sbin/unbound/testcode/doqclient.c
1542
fatal_exit("could not ub_event_add");
usr.sbin/unbound/testcode/doqclient.c
2252
if(!data) fatal_exit("calloc failed: out of memory");
usr.sbin/unbound/testcode/doqclient.c
2258
fatal_exit("ngtcp2_crypto_oss_init failed");
usr.sbin/unbound/testcode/doqclient.c
2261
fatal_exit("ngtcp2_crypto_quictls_init failed");
usr.sbin/unbound/testcode/doqclient.c
2264
if(!data->rnd) fatal_exit("ub_initstate failed: out of memory");
usr.sbin/unbound/testcode/doqclient.c
2271
fatal_exit("sldns_buffer_new failed: out of memory");
usr.sbin/unbound/testcode/doqclient.c
2274
fatal_exit("sldns_buffer_new failed: out of memory");
usr.sbin/unbound/testcode/doqclient.c
2308
fatal_exit("could not ub_event_new");
usr.sbin/unbound/testcode/doqclient.c
2311
fatal_exit("could not ub_event_add");
usr.sbin/unbound/testcode/doqclient.c
2316
fatal_exit("could not ub_event_new");
usr.sbin/unbound/testcode/doqclient.c
2385
if(!base) fatal_exit("could not create ub_event base");
usr.sbin/unbound/testcode/doqclient.c
2400
fatal_exit("client_stream_create failed: out of memory");
usr.sbin/unbound/testcode/doqclient.c
330
if(!buf) fatal_exit("out of memory");
usr.sbin/unbound/testcode/doqclient.c
361
fatal_exit("calloc failed: out of memory");
usr.sbin/unbound/testcode/doqclient.c
365
fatal_exit("alloc data failed: out of memory");
usr.sbin/unbound/testcode/doqclient.c
411
fatal_exit("strdup failed: out of memory");
usr.sbin/unbound/testcode/doqclient.c
419
fatal_exit("strdup failed: out of memory");
usr.sbin/unbound/testcode/doqclient.c
430
fatal_exit("strdup failed: out of memory");
usr.sbin/unbound/testcode/doqclient.c
440
fatal_exit("calloc failed: out of memory");
usr.sbin/unbound/testcode/doqclient.c
512
fatal_exit("sldns_buffer_new failed: out of memory");
usr.sbin/unbound/testcode/doqclient.c
740
fatal_exit("malloc failed: out of memory");
usr.sbin/unbound/testcode/doqclient.c
772
fatal_exit("could not ngtcp2_conn_open_bidi_stream: %s",
usr.sbin/unbound/testcode/doqclient.c
999
if(!ngaddr->addr) fatal_exit("calloc failed: out of memory");
usr.sbin/unbound/testcode/fake_event.c
1000
if(!runtime->vars) fatal_exit("out of memory");
usr.sbin/unbound/testcode/fake_event.c
1060
fatal_exit("testbound: comm_base_exit was called.");
usr.sbin/unbound/testcode/fake_event.c
1107
if(!ans->pkt) fatal_exit("out of memory");
usr.sbin/unbound/testcode/fake_event.c
1195
if(!pend->pkt) fatal_exit("out of memory");
usr.sbin/unbound/testcode/fake_event.c
1245
if(!pend->pkt) fatal_exit("out of memory");
usr.sbin/unbound/testcode/fake_event.c
1318
fatal_exit("out of memory");
usr.sbin/unbound/testcode/fake_event.c
132
fatal_exit("%s: (failed out of memory wire2str_pkt)", desc);
usr.sbin/unbound/testcode/fake_event.c
1376
if(!pend->pkt) fatal_exit("out of memory");
usr.sbin/unbound/testcode/fake_event.c
1663
fatal_exit("out of memory in fake_event.c:comm_timer_create");
usr.sbin/unbound/testcode/fake_event.c
1866
if(!pend->pkt) fatal_exit("out of memory");
usr.sbin/unbound/testcode/fake_event.c
1957
if(!pend->pkt) fatal_exit("out of memory");
usr.sbin/unbound/testcode/fake_event.c
347
if(!reppkt) fatal_exit("extra packet read from TCP stream but none is available");
usr.sbin/unbound/testcode/fake_event.c
353
if(!c) fatal_exit("out of memory");
usr.sbin/unbound/testcode/fake_event.c
405
fatal_exit("testbound: unexpected: callback returned 1");
usr.sbin/unbound/testcode/fake_event.c
448
fatal_exit("testbound: not matched");
usr.sbin/unbound/testcode/fake_event.c
461
fatal_exit("out of memory in fake_front_query");
usr.sbin/unbound/testcode/fake_event.c
505
if(!p) fatal_exit("No pending queries.");
usr.sbin/unbound/testcode/fake_event.c
532
fatal_exit("unexpected: pending callback returned 1");
usr.sbin/unbound/testcode/fake_event.c
544
fatal_exit("could not process macro step %d", mom->time_step);
usr.sbin/unbound/testcode/fake_event.c
547
fatal_exit("out of memory storing macro");
usr.sbin/unbound/testcode/fake_event.c
562
if(!xp) fatal_exit("could not macro expand %s", mom->string);
usr.sbin/unbound/testcode/fake_event.c
600
if(!in) fatal_exit("could not open %s: %s", name, strerror(errno));
usr.sbin/unbound/testcode/fake_event.c
607
fatal_exit("autotrust_check failed");
usr.sbin/unbound/testcode/fake_event.c
612
fatal_exit("could not expand macro line %d", lineno);
usr.sbin/unbound/testcode/fake_event.c
636
fatal_exit("autotrust_check STEP %d failed", mom->time_step);
usr.sbin/unbound/testcode/fake_event.c
653
if(!in) fatal_exit("could not open %s: %s", name, strerror(errno));
usr.sbin/unbound/testcode/fake_event.c
660
fatal_exit("tempfile_check failed");
usr.sbin/unbound/testcode/fake_event.c
665
fatal_exit("could not expand macro line %d", lineno);
usr.sbin/unbound/testcode/fake_event.c
689
fatal_exit("tempfile_check STEP %d failed", mom->time_step);
usr.sbin/unbound/testcode/fake_event.c
701
if(!dp) fatal_exit("cannot parse %s", now->variable);
usr.sbin/unbound/testcode/fake_event.c
708
if(rto == 0) fatal_exit("infra_rtt_update failed");
usr.sbin/unbound/testcode/fake_event.c
724
fatal_exit("could not parse '%s'", now->string);
usr.sbin/unbound/testcode/fake_event.c
749
fatal_exit("could not parse '%s'", now->string);
usr.sbin/unbound/testcode/fake_event.c
831
fatal_exit("testbound: query answer not matched");
usr.sbin/unbound/testcode/fake_event.c
847
fatal_exit("testbound: back query not matched");
usr.sbin/unbound/testcode/fake_event.c
886
fatal_exit("testbound: unknown event type %d",
usr.sbin/unbound/testcode/fake_event.c
927
fatal_exit("testbound: too many rounds, it loops.");
usr.sbin/unbound/testcode/fake_event.c
937
fatal_exit("testbound: there are still messages pending.");
usr.sbin/unbound/testcode/fake_event.c
940
fatal_exit("testbound: there are unmatched answers.");
usr.sbin/unbound/testcode/fake_event.c
997
fatal_exit("out of memory in fake_event.c:comm_base_create");
usr.sbin/unbound/testcode/lock_verify.c
130
fatal_exit("fread failed");
usr.sbin/unbound/testcode/lock_verify.c
138
fatal_exit("Thread number too big. %d", thrno);
usr.sbin/unbound/testcode/lock_verify.c
151
fatal_exit("same threadno in two files");
usr.sbin/unbound/testcode/lock_verify.c
154
fatal_exit("input files from different times: %u %u",
usr.sbin/unbound/testcode/lock_verify.c
172
fatal_exit("eof in readstr, file too short");
usr.sbin/unbound/testcode/lock_verify.c
175
fatal_exit("string too long, bad file format");
usr.sbin/unbound/testcode/lock_verify.c
181
fatal_exit("strdup failed: out of memory");
usr.sbin/unbound/testcode/lock_verify.c
189
if(!o) fatal_exit("malloc failure");
usr.sbin/unbound/testcode/lock_verify.c
194
fatal_exit("fread failed");
usr.sbin/unbound/testcode/lock_verify.c
218
if(!o) fatal_exit("malloc failure");
usr.sbin/unbound/testcode/lock_verify.c
223
fatal_exit("insert fail should not happen");
usr.sbin/unbound/testcode/lock_verify.c
234
if(!ref) fatal_exit("malloc failure");
usr.sbin/unbound/testcode/lock_verify.c
241
fatal_exit("fread failed");
usr.sbin/unbound/testcode/lock_verify.c
335
fatal_exit("found lock order cycle");
usr.sbin/unbound/testcode/memstats.c
138
fatal_exit("unhandled malloc");
usr.sbin/unbound/testcode/memstats.c
142
fatal_exit("unhandled malloc");
usr.sbin/unbound/testcode/memstats.c
146
fatal_exit("alloc failure");
usr.sbin/unbound/testcode/memstats.c
163
fatal_exit("unhandled calloc");
usr.sbin/unbound/testcode/memstats.c
167
fatal_exit("unhandled calloc");
usr.sbin/unbound/testcode/memstats.c
172
fatal_exit("alloc failure");
usr.sbin/unbound/testcode/memstats.c
183
fatal_exit("could not stat %s: %s", fname, strerror(errno));
usr.sbin/unbound/testcode/memstats.c
198
fatal_exit("could not open %s: %s", fname, strerror(errno));
usr.sbin/unbound/testcode/memstats.c
217
fatal_exit("unhandled input");
usr.sbin/unbound/testcode/memstats.c
252
fatal_exit("alloc failure");
usr.sbin/unbound/testcode/perf.c
209
fatal_exit("gettimeofday: %s", strerror(errno));
usr.sbin/unbound/testcode/perf.c
222
fatal_exit("could not bind to signal");
usr.sbin/unbound/testcode/perf.c
224
if(!info->io) fatal_exit("out of memory");
usr.sbin/unbound/testcode/perf.c
236
fatal_exit("socket: %s", sock_strerror(errno));
usr.sbin/unbound/testcode/perf.c
350
fatal_exit("gettimeofday: %s", strerror(errno));
usr.sbin/unbound/testcode/perf.c
403
fatal_exit("gettimeofday: %s", strerror(errno));
usr.sbin/unbound/testcode/perf.c
506
if(!d || !l) fatal_exit("out of memory");
usr.sbin/unbound/testcode/perf.c
536
fatal_exit("out of memory");
usr.sbin/unbound/testcode/perf.c
591
fatal_exit("WSAStartup failed: %s", wsa_strerror(r));
usr.sbin/unbound/testcode/perf.c
595
if(!info.buf) fatal_exit("out of memory");
usr.sbin/unbound/testcode/pktview.c
195
if(!pkt) fatal_exit("out of memory");
usr.sbin/unbound/testcode/readhex.c
73
fatal_exit("hex_to_buf: buffer too small");
usr.sbin/unbound/testcode/replay.c
185
fatal_exit("%d: bad entry", pstate->lineno);
usr.sbin/unbound/testcode/replay.c
207
fatal_exit("FILE_BEGIN expected at line %d", *lineno);
usr.sbin/unbound/testcode/replay.c
209
fatal_exit("FILE_BEGIN expected at line %d", *lineno);
usr.sbin/unbound/testcode/replay.c
217
fatal_exit("malloc failure");
usr.sbin/unbound/testcode/replay.c
220
fatal_exit("no FILE_END in input file");
usr.sbin/unbound/testcode/replay.c
232
fatal_exit("cannot parse assign: %s", remain);
usr.sbin/unbound/testcode/replay.c
235
fatal_exit("no '=' in assign: %s", remain);
usr.sbin/unbound/testcode/replay.c
240
fatal_exit("out of memory");
usr.sbin/unbound/testcode/replay.c
278
fatal_exit("internal error");
usr.sbin/unbound/testcode/replay.c
298
if(!mom->string) fatal_exit("out of memory");
usr.sbin/unbound/testcode/replay.c
309
if(!mom->autotrust_id) fatal_exit("out of memory");
usr.sbin/unbound/testcode/replay.c
317
if(!mom->autotrust_id) fatal_exit("out of memory");
usr.sbin/unbound/testcode/replay.c
333
if(!remain) fatal_exit("expected three args for INFRA_RTT");
usr.sbin/unbound/testcode/replay.c
339
if(!m) fatal_exit("expected three args for INFRA_RTT");
usr.sbin/unbound/testcode/replay.c
345
fatal_exit("bad infra_rtt address %s", s);
usr.sbin/unbound/testcode/replay.c
349
if(!mom->string) fatal_exit("out of memory");
usr.sbin/unbound/testcode/replay.c
350
if(!mom->variable) fatal_exit("out of memory");
usr.sbin/unbound/testcode/replay.c
357
if(!mom->string) fatal_exit("out of memory");
usr.sbin/unbound/testcode/replay.c
364
if(!mom->string) fatal_exit("out of memory");
usr.sbin/unbound/testcode/replay.c
459
fatal_exit("%d: double SCENARIO_BEGIN", *lineno);
usr.sbin/unbound/testcode/replay.c
462
fatal_exit("%d: could not make scen", *lineno);
usr.sbin/unbound/testcode/replay.c
466
fatal_exit("%d: expected SCENARIO", *lineno);
usr.sbin/unbound/testcode/replay.c
471
fatal_exit("%d: bad range", pstate.lineno);
usr.sbin/unbound/testcode/replay.c
479
fatal_exit("%d: bad moment", pstate.lineno);
usr.sbin/unbound/testcode/replay.c
483
fatal_exit("%d: time goes backwards", *lineno);
usr.sbin/unbound/testcode/replay.c
788
fatal_exit("value %.24g not in range [%.24g, %.24g]", y, x, z);
usr.sbin/unbound/testcode/replay.c
934
do { if(!(x)) fatal_exit("%s:%d: %s: assertion %s failed", \
usr.sbin/unbound/testcode/signit.c
135
if(!keys) fatal_exit("alloc failure");
usr.sbin/unbound/testcode/signit.c
139
if(!in) fatal_exit("could not open %s: %s", names[i],
usr.sbin/unbound/testcode/signit.c
144
fatal_exit("bad keyfile %s: %s", names[i],
usr.sbin/unbound/testcode/signit.c
150
fatal_exit("bad owner name %s: %s", set->owner,
usr.sbin/unbound/testcode/signit.c
176
if(!list) fatal_exit("alloc error");
usr.sbin/unbound/testcode/signit.c
186
fatal_exit("parse error in line %d: %s", line_nr,
usr.sbin/unbound/testcode/signit.c
205
if(!rrset) fatal_exit("copy alloc failure");
usr.sbin/unbound/testcode/signit.c
207
if(!sigs) fatal_exit("failed to sign");
usr.sbin/unbound/testcode/signit.c
244
fatal_exit("Could not parse salt %s: %s", argv[5],
usr.sbin/unbound/testcode/signit.c
254
fatal_exit("Could not parse name %s: %s", line,
usr.sbin/unbound/testcode/signit.c
263
fatal_exit("Could not hash %s", line);
usr.sbin/unbound/testcode/streamtcp.c
332
fatal_exit("ssl_read %d of %d", r, len);
usr.sbin/unbound/testcode/streamtcp.c
453
fatal_exit("out of memory");
usr.sbin/unbound/testcode/streamtcp.c
458
if(!ctx) fatal_exit("cannot create ssl ctx");
usr.sbin/unbound/testcode/streamtcp.c
460
if(!ssl) fatal_exit("cannot create ssl");
usr.sbin/unbound/testcode/testbound.c
119
fatal_exit("too many arguments: '%s'", p);
usr.sbin/unbound/testcode/testbound.c
122
fatal_exit("add_opts: out of memory");
usr.sbin/unbound/testcode/testbound.c
154
fatal_exit("TEMPFILE_NAME must have id, line %d", *lineno);
usr.sbin/unbound/testcode/testbound.c
171
fatal_exit("TEMPFILE_CONTENTS must have id, line %d", *lineno);
usr.sbin/unbound/testcode/testbound.c
176
if(!spool) fatal_exit("could not open %s: %s", line, strerror(errno));
usr.sbin/unbound/testcode/testbound.c
179
fatal_exit("out of memory");
usr.sbin/unbound/testcode/testbound.c
202
fatal_exit("no TEMPFILE_END in input file");
usr.sbin/unbound/testcode/testbound.c
216
fatal_exit("AUTROTRUST_FILE must have id, line %d", *lineno);
usr.sbin/unbound/testcode/testbound.c
223
if(!spool) fatal_exit("could not open %s: %s", line, strerror(errno));
usr.sbin/unbound/testcode/testbound.c
226
fatal_exit("out of memory");
usr.sbin/unbound/testcode/testbound.c
239
fatal_exit("no AUTOTRUST_END in input file");
usr.sbin/unbound/testcode/testbound.c
254
if(!cfg) fatal_exit("could not open %s: %s",
usr.sbin/unbound/testcode/testbound.c
257
fatal_exit("out of memory");
usr.sbin/unbound/testcode/testbound.c
308
fatal_exit("No CONFIG_END in input file");
usr.sbin/unbound/testcode/testbound.c
329
fatal_exit("Could not read: %s", filename);
usr.sbin/unbound/testcode/testbound.c
331
else fatal_exit("need a playback file (-p)");
usr.sbin/unbound/testcode/testbound.c
495
fatal_exit("atexit() failed: %s", strerror(errno));
usr.sbin/unbound/testcode/testpkts.c
1035
if(num > numarray) fatal_exit("too many RRs");
usr.sbin/unbound/testcode/unitauth.c
627
if(!fname) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitauth.c
632
if(!out) fatal_exit("cannot open %s: %s", fname, strerror(errno));
usr.sbin/unbound/testcode/unitauth.c
635
fatal_exit("write failed: %s", strerror(errno));
usr.sbin/unbound/testcode/unitauth.c
637
fatal_exit("write failed: too short (disk full?)");
usr.sbin/unbound/testcode/unitauth.c
665
if(!nm) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitauth.c
669
if(!z) fatal_exit("cannot find zone");
usr.sbin/unbound/testcode/unitauth.c
678
fatal_exit("parse failure for auth zone %s", name);
usr.sbin/unbound/testcode/unitauth.c
694
if(!i1) fatal_exit("cannot open %s: %s", f1, strerror(errno));
usr.sbin/unbound/testcode/unitauth.c
696
if(!i2) fatal_exit("cannot open %s: %s", f2, strerror(errno));
usr.sbin/unbound/testcode/unitauth.c
704
fatal_exit("fgets failed: %s", strerror(errno));
usr.sbin/unbound/testcode/unitauth.c
714
fatal_exit("files are not equal");
usr.sbin/unbound/testcode/unitauth.c
739
fatal_exit("write file failed for %s", fname);
usr.sbin/unbound/testcode/unitauth.c
766
fatal_exit("cannot parse query dp zone %s : %s", q->zone,
usr.sbin/unbound/testcode/unitauth.c
769
if(!dp_nm) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitauth.c
776
fatal_exit("cannot parse query %s : %s", q->query,
usr.sbin/unbound/testcode/unitauth.c
780
if(!*qinfo) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitauth.c
782
if(!(*qinfo)->qname) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitauth.c
831
fatal_exit("could not rr_to_string %d",
usr.sbin/unbound/testcode/unitauth.c
845
if(!buf) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitauth.c
854
if(!str) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitauth.c
867
if(!pdup || !qdup) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitauth.c
985
if(!az) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitauth.c
987
if(!z) fatal_exit("could not read zone for queries test");
usr.sbin/unbound/testcode/unitdname.c
59
fatal_exit("%s ldns: %s", __func__,
usr.sbin/unbound/testcode/unitldns.c
155
fatal_exit("malloc failure");
usr.sbin/unbound/testcode/unitldns.c
157
if(!inf) fatal_exit("cannot open %s: %s", input, strerror(errno));
usr.sbin/unbound/testcode/unitldns.c
159
if(!chf) fatal_exit("cannot open %s: %s", check, strerror(errno));
usr.sbin/unbound/testcode/unitldns.c
165
if(!of) fatal_exit("cannot write output: %s", strerror(errno));
usr.sbin/unbound/testcode/unitlruhash.c
63
if(!k) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitlruhash.c
74
if(!d) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitmain.c
1334
fatal_exit("could not init NSS");
usr.sbin/unbound/testcode/unitmain.c
1394
fatal_exit("could not shutdown NSS");
usr.sbin/unbound/testcode/unitmsgparse.c
151
if(!s) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitmsgparse.c
178
fatal_exit("gettimeofday: %s", strerror(errno));
usr.sbin/unbound/testcode/unitmsgparse.c
188
fatal_exit("gettimeofday: %s", strerror(errno));
usr.sbin/unbound/testcode/unitslabhash.c
65
if(!k) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitslabhash.c
76
if(!d) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unittcpreuse.c
203
if(!create_pending_tcp(&outnet)) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitverify.c
288
fatal_exit("Bad qname in DS unit test, yes or no");
usr.sbin/unbound/testcode/unitverify.c
316
fatal_exit("could not read %s: %s", fname, strerror(errno));
usr.sbin/unbound/testcode/unitverify.c
359
fatal_exit("could not read %s: %s", fname, strerror(errno));
usr.sbin/unbound/testcode/unitverify.c
497
fatal_exit("could not read %s: %s", fname, strerror(errno));
usr.sbin/unbound/testcode/unitzonemd.c
263
fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitzonemd.c
266
fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitzonemd.c
269
fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitzonemd.c
274
fatal_exit("could not parse datetime %s", date_override);
usr.sbin/unbound/testcode/unitzonemd.c
279
fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitzonemd.c
283
fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitzonemd.c
287
fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitzonemd.c
290
fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitzonemd.c
293
fatal_exit("could not modstack_startup");
usr.sbin/unbound/testcode/unitzonemd.c
295
fatal_exit("could not modstack_call_init");
usr.sbin/unbound/testcode/unitzonemd.c
298
fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitzonemd.c
303
fatal_exit("could not addzone %s %s", zname, zfile);
usr.sbin/unbound/testcode/unitzonemd.c
316
fatal_exit("out of memory");
usr.sbin/unbound/util/alloc.c
597
fatal_exit("alloc assertion failed");
usr.sbin/unbound/util/alloc.c
606
fatal_exit("alloc assertion failed");
usr.sbin/unbound/util/alloc.c
633
fatal_exit("alloc assertion failed");
usr.sbin/unbound/util/alloc.c
642
fatal_exit("alloc assertion failed");
usr.sbin/unbound/util/config_file.c
1862
fatal_exit("could not init random generator");
usr.sbin/unbound/util/configparser.y
2008
fatal_exit("out of memory adding acl");
usr.sbin/unbound/util/configparser.y
2017
fatal_exit("out of memory adding acl");
usr.sbin/unbound/util/configparser.y
2388
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
2397
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
2404
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
2410
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
2418
fatal_exit("out of memory adding local-data");
usr.sbin/unbound/util/configparser.y
2430
fatal_exit("out of memory adding local-data");
usr.sbin/unbound/util/configparser.y
2494
fatal_exit("out of memory adding "
usr.sbin/unbound/util/configparser.y
2509
fatal_exit("out of memory adding "
usr.sbin/unbound/util/configparser.y
2542
fatal_exit("out of memory adding dns64-ignore-aaaa");
usr.sbin/unbound/util/configparser.y
2807
fatal_exit("out of memory adding "
usr.sbin/unbound/util/configparser.y
2822
fatal_exit("out of memory adding "
usr.sbin/unbound/util/configparser.y
3057
fatal_exit("out of memory adding "
usr.sbin/unbound/util/configparser.y
3359
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
3368
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
3375
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
3382
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
3392
fatal_exit("out of memory adding per-view "
usr.sbin/unbound/util/configparser.y
3401
fatal_exit("out of memory adding response-ip-data");
usr.sbin/unbound/util/configparser.y
3408
fatal_exit("out of memory adding local-data");
usr.sbin/unbound/util/configparser.y
3421
fatal_exit("out of memory adding local-data");
usr.sbin/unbound/util/configparser.y
3761
fatal_exit("out of memory adding response-ip");
usr.sbin/unbound/util/configparser.y
3769
fatal_exit("out of memory adding response-ip-data");
usr.sbin/unbound/util/configparser.y
3820
fatal_exit("out of memory adding dnscrypt-provider-cert");
usr.sbin/unbound/util/configparser.y
3827
fatal_exit("out of memory adding dnscrypt-provider-cert-rotated");
usr.sbin/unbound/util/configparser.y
3836
fatal_exit("out of memory adding dnscrypt-secret-key");
usr.sbin/unbound/util/configparser.y
4181
fatal_exit("out of memory adding tcp connection limit");
usr.sbin/unbound/util/configparser.y
657
fatal_exit("out of memory adding client-subnet");
usr.sbin/unbound/util/configparser.y
670
fatal_exit("out of memory adding client-subnet-zone");
usr.sbin/unbound/util/fptr_wlist.h
72
fatal_exit("%s:%d: %s: pointer whitelist %s failed", \
usr.sbin/unbound/util/locks.c
125
fatal_exit("could not fork: %s", strerror(errno));
usr.sbin/unbound/util/locks.c
240
fatal_exit("thread create failed");
usr.sbin/unbound/util/locks.c
61
fatal_exit("pthread_sigmask: %s", strerror(err));
usr.sbin/unbound/util/locks.c
65
fatal_exit("thr_sigsetmask: %s", strerror(err));
usr.sbin/unbound/util/locks.c
69
fatal_exit("sigprocmask: %s", strerror(errno));
usr.sbin/unbound/util/locks.c
87
fatal_exit("pthread_sigmask: %s", strerror(err));
usr.sbin/unbound/util/locks.c
91
fatal_exit("thr_sigsetmask: %s", strerror(err));
usr.sbin/unbound/util/locks.c
95
fatal_exit("sigprocmask: %s", strerror(errno));
usr.sbin/unbound/util/log.h
208
void fatal_exit(const char* format, ...) ATTR_FORMAT(printf, 1, 2) ATTR_NORETURN;
usr.sbin/unbound/util/log.h
230
fatal_exit("%s:%d: %s: assertion %s failed", \
usr.sbin/unbound/util/netevent.c
292
fatal_exit("event_dispatch returned error %d, "
usr.sbin/unbound/util/random.c
164
fatal_exit("PK11_GenerateRandom error: %s",
usr.sbin/unbound/validator/autotrust.c
1216
fatal_exit("could not open autotrust file for writing, %s: %s",
usr.sbin/unbound/validator/autotrust.c
1224
fatal_exit("could not completely write: %s", fname);
usr.sbin/unbound/validator/autotrust.c
1236
fatal_exit("could not complete write: %s: %s",
usr.sbin/unbound/validator/autotrust.c
1247
fatal_exit("rename(%s to %s): %s", tempf, fname, strerror(errno));
usr.sbin/unbound/validator/val_anchor.c
584
fatal_exit("trusted-keys, %d, string too long", *line);