Symbol: fatal_exit
sbin/unwind/libunbound/libunbound/libworker.c
409
if(!w) fatal_exit("out of memory");
sbin/unwind/libunbound/services/authzone.c
2171
fatal_exit("Could not setup RPZ zones");
sbin/unwind/libunbound/services/listen_dnsport.c
1326
fatal_exit("PROXYv2 and DNSCrypt combination not "
sbin/unwind/libunbound/services/listen_dnsport.c
1329
fatal_exit("PROXYv2 and DoH combination not "
sbin/unwind/libunbound/services/listen_dnsport.c
1332
fatal_exit("PROXYv2 and DoQ combination not "
sbin/unwind/libunbound/services/localzone.c
674
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
1879
fatal_exit("could not init random generator");
sbin/unwind/libunbound/util/configparser.y
2032
fatal_exit("out of memory adding acl");
sbin/unwind/libunbound/util/configparser.y
2041
fatal_exit("out of memory adding acl");
sbin/unwind/libunbound/util/configparser.y
2412
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
2421
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
2428
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
2434
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
2442
fatal_exit("out of memory adding local-data");
sbin/unwind/libunbound/util/configparser.y
2454
fatal_exit("out of memory adding local-data");
sbin/unwind/libunbound/util/configparser.y
2518
fatal_exit("out of memory adding "
sbin/unwind/libunbound/util/configparser.y
2533
fatal_exit("out of memory adding "
sbin/unwind/libunbound/util/configparser.y
2566
fatal_exit("out of memory adding dns64-ignore-aaaa");
sbin/unwind/libunbound/util/configparser.y
2831
fatal_exit("out of memory adding "
sbin/unwind/libunbound/util/configparser.y
2846
fatal_exit("out of memory adding "
sbin/unwind/libunbound/util/configparser.y
3081
fatal_exit("out of memory adding "
sbin/unwind/libunbound/util/configparser.y
3383
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
3392
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
3399
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
3406
fatal_exit("out of memory adding local-zone");
sbin/unwind/libunbound/util/configparser.y
3416
fatal_exit("out of memory adding per-view "
sbin/unwind/libunbound/util/configparser.y
3425
fatal_exit("out of memory adding response-ip-data");
sbin/unwind/libunbound/util/configparser.y
3432
fatal_exit("out of memory adding local-data");
sbin/unwind/libunbound/util/configparser.y
3445
fatal_exit("out of memory adding local-data");
sbin/unwind/libunbound/util/configparser.y
3785
fatal_exit("out of memory adding response-ip");
sbin/unwind/libunbound/util/configparser.y
3793
fatal_exit("out of memory adding response-ip-data");
sbin/unwind/libunbound/util/configparser.y
3844
fatal_exit("out of memory adding dnscrypt-provider-cert");
sbin/unwind/libunbound/util/configparser.y
3851
fatal_exit("out of memory adding dnscrypt-provider-cert-rotated");
sbin/unwind/libunbound/util/configparser.y
3860
fatal_exit("out of memory adding dnscrypt-secret-key");
sbin/unwind/libunbound/util/configparser.y
4205
fatal_exit("out of memory adding tcp connection limit");
sbin/unwind/libunbound/util/configparser.y
660
fatal_exit("out of memory adding client-subnet");
sbin/unwind/libunbound/util/configparser.y
673
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
1008
fatal_exit("Could not create views: out of memory");
usr.sbin/unbound/daemon/daemon.c
1011
fatal_exit("Could not set up views");
usr.sbin/unbound/daemon/daemon.c
1014
fatal_exit("Could not setup access control list");
usr.sbin/unbound/daemon/daemon.c
1017
fatal_exit("Could not setup interface control list");
usr.sbin/unbound/daemon/daemon.c
1019
fatal_exit("Could not setup TCP connection limits");
usr.sbin/unbound/daemon/daemon.c
1024
fatal_exit("dnsc_create failed");
usr.sbin/unbound/daemon/daemon.c
1027
fatal_exit("dnscrypt enabled in config but unbound was not built with "
usr.sbin/unbound/daemon/daemon.c
1034
fatal_exit("Could not create cookie_secrets: out of memory");
usr.sbin/unbound/daemon/daemon.c
1037
fatal_exit("Could not setup cookie_secrets");
usr.sbin/unbound/daemon/daemon.c
1041
fatal_exit("Could not create local zones: out of memory");
usr.sbin/unbound/daemon/daemon.c
1043
fatal_exit("Could not set up local zones");
usr.sbin/unbound/daemon/daemon.c
1046
fatal_exit("Could not set forward zones");
usr.sbin/unbound/daemon/daemon.c
1049
fatal_exit("Could not set root or stub hints");
usr.sbin/unbound/daemon/daemon.c
1053
fatal_exit("Could not create response IP set");
usr.sbin/unbound/daemon/daemon.c
1055
fatal_exit("Could not set up response IP set");
usr.sbin/unbound/daemon/daemon.c
1058
fatal_exit("Could not set up per-view response IP sets");
usr.sbin/unbound/daemon/daemon.c
1068
fatal_exit("auth_zones could not be setup");
usr.sbin/unbound/daemon/daemon.c
1072
fatal_exit("Could not set up EDNS strings");
usr.sbin/unbound/daemon/daemon.c
1083
fatal_exit("response-ip options require respip module");
usr.sbin/unbound/daemon/daemon.c
1089
fatal_exit("RPZ requires the respip module");
usr.sbin/unbound/daemon/daemon.c
1109
fatal_exit("Could not initialize main thread");
usr.sbin/unbound/daemon/daemon.c
1123
fatal_exit("Could not initialize main thread");
usr.sbin/unbound/daemon/daemon.c
1134
fatal_exit("sd_notify failed %s: %s. Make sure that unbound has "
usr.sbin/unbound/daemon/daemon.c
1357
fatal_exit("malloc failure updating config settings");
usr.sbin/unbound/daemon/daemon.c
1362
fatal_exit("malloc failure updating config settings");
usr.sbin/unbound/daemon/daemon.c
1365
fatal_exit("malloc failure updating config settings");
usr.sbin/unbound/daemon/daemon.c
220
fatal_exit("could not set up listen SSL_CTX");
usr.sbin/unbound/daemon/daemon.c
262
fatal_exit("could not set up quic SSL_CTX");
usr.sbin/unbound/daemon/daemon.c
281
fatal_exit("could not set up connect SSL_CTX");
usr.sbin/unbound/daemon/daemon.c
306
fatal_exit("could not set session ticket SSL_CTX");
usr.sbin/unbound/daemon/daemon.c
327
fatal_exit("could not setup ssl ctx: out of memory");
usr.sbin/unbound/daemon/daemon.c
331
fatal_exit("could not setup ssl ctx: out of memory");
usr.sbin/unbound/daemon/daemon.c
466
fatal_exit("could not init winsock. WSAStartup: %s",
usr.sbin/unbound/daemon/daemon.c
509
fatal_exit("could not init openssl locks");
usr.sbin/unbound/daemon/daemon.c
513
fatal_exit("could not init NSS");
usr.sbin/unbound/daemon/daemon.c
712
fatal_exit("failed to startup modules");
usr.sbin/unbound/daemon/daemon.c
732
fatal_exit("failed to init modules");
usr.sbin/unbound/daemon/daemon.c
756
fatal_exit("no ports are permitted for UDP, add "
usr.sbin/unbound/daemon/daemon.c
809
fatal_exit("could not init random generator");
usr.sbin/unbound/daemon/daemon.c
814
fatal_exit("out of memory during daemon init");
usr.sbin/unbound/daemon/daemon.c
820
fatal_exit("could not setup shared ports: out of memory");
usr.sbin/unbound/daemon/daemon.c
826
fatal_exit("could not create doq_table: out of memory");
usr.sbin/unbound/daemon/daemon.c
840
fatal_exit("out of memory during daemon init");
usr.sbin/unbound/daemon/daemon.c
845
fatal_exit("dt_create failed");
usr.sbin/unbound/daemon/daemon.c
847
fatal_exit("dnstap enabled in config but not built with dnstap support");
usr.sbin/unbound/daemon/daemon.c
852
fatal_exit("could not create worker");
usr.sbin/unbound/daemon/daemon.c
859
fatal_exit("could not allocate worker allocs");
usr.sbin/unbound/daemon/daemon.c
864
fatal_exit("could not allocate worker alloc");
usr.sbin/unbound/daemon/daemon.c
946
fatal_exit("Could not initialize thread");
usr.sbin/unbound/daemon/stats.c
427
fatal_exit("failed to read stats over cmd channel");
usr.sbin/unbound/daemon/stats.c
429
fatal_exit("stats on cmd channel wrong length %d %d",
usr.sbin/unbound/daemon/stats.c
442
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
472
fatal_exit("could not set up remote-control");
usr.sbin/unbound/daemon/unbound.c
491
fatal_exit("could not do privileged setup");
usr.sbin/unbound/daemon/unbound.c
495
fatal_exit("user '%s' does not exist.", cfg->username);
usr.sbin/unbound/daemon/unbound.c
533
fatal_exit("pidfile alloc: out of memory");
usr.sbin/unbound/daemon/unbound.c
582
fatal_exit("unable to chdir to chroot %s: %s",
usr.sbin/unbound/daemon/unbound.c
587
fatal_exit("unable to chroot to %s: %s",
usr.sbin/unbound/daemon/unbound.c
590
fatal_exit("unable to chdir to / in chroot %s: %s",
usr.sbin/unbound/daemon/unbound.c
623
fatal_exit("Could not chdir to %s: %s",
usr.sbin/unbound/daemon/unbound.c
649
fatal_exit("unable to set group id of %s: %s",
usr.sbin/unbound/daemon/unbound.c
658
fatal_exit("unable to set user id of %s: %s",
usr.sbin/unbound/daemon/unbound.c
670
fatal_exit("out of memory in daemon cfgfile strdup");
usr.sbin/unbound/daemon/unbound.c
689
fatal_exit("alloc failure");
usr.sbin/unbound/daemon/unbound.c
697
fatal_exit("Could not alloc config defaults");
usr.sbin/unbound/daemon/unbound.c
700
fatal_exit("Could not read config file: %s."
usr.sbin/unbound/daemon/unbound.c
713
fatal_exit("could not open ports");
usr.sbin/unbound/daemon/unbound.c
820
fatal_exit("option not supported");
usr.sbin/unbound/daemon/worker.c
2326
fatal_exit("dt_init failed");
usr.sbin/unbound/daemon/worker.c
504
fatal_exit("bad control msg length %d", (int)len);
usr.sbin/unbound/dnscrypt/dnscrypt.c
1011
fatal_exit("dnsc_apply_cfg: could not create shared secrets cache.");
usr.sbin/unbound/dnscrypt/dnscrypt.c
614
fatal_exit("dnsc_parse_certs: failed to load %s: %s", head->str, strerror(errno));
usr.sbin/unbound/dnscrypt/dnscrypt.c
831
fatal_exit("dnsc_parse_keys: failed to load %s: %s", head->str, strerror(errno));
usr.sbin/unbound/dnscrypt/dnscrypt.c
836
fatal_exit("dnsc_parse_keys: could not generate public key from %s", head->str);
usr.sbin/unbound/dnscrypt/dnscrypt.c
863
fatal_exit("Certificate for XChacha20 but libsodium does not support it.");
usr.sbin/unbound/dnscrypt/dnscrypt.c
870
fatal_exit("dnsc_parse_keys: could not match certificate for key "
usr.sbin/unbound/dnscrypt/dnscrypt.c
882
fatal_exit(
usr.sbin/unbound/dnscrypt/dnscrypt.c
958
fatal_exit("dnsc_create: could not initialize libsodium.");
usr.sbin/unbound/dnscrypt/dnscrypt.c
981
fatal_exit("dnsc_apply_cfg: no cert file loaded");
usr.sbin/unbound/dnscrypt/dnscrypt.c
985
fatal_exit("dnsc_apply_cfg: no key file loaded");
usr.sbin/unbound/dnscrypt/dnscrypt.c
988
fatal_exit("dnsc_apply_cfg: %u dnscrypt-provider-cert file(s) have no "
usr.sbin/unbound/dnscrypt/dnscrypt.c
996
fatal_exit("dnsc_apply_cfg: could not load local data");
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
1637
fatal_exit("dnstap io: could not create event_base");
usr.sbin/unbound/dnstap/dtstream.c
1650
fatal_exit("dnstap io: out of memory");
usr.sbin/unbound/dnstap/dtstream.c
1654
fatal_exit("dnstap io: out of memory (adding event)");
usr.sbin/unbound/dnstap/dtstream.c
1665
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
1485
fatal_exit("could not bind to signal");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1508
fatal_exit("out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1513
fatal_exit("out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1518
fatal_exit("out of memory");
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1541
fatal_exit("-c option needs compilation with "
usr.sbin/unbound/libunbound/libworker.c
409
if(!w) fatal_exit("out of memory");
usr.sbin/unbound/services/authzone.c
2171
fatal_exit("Could not setup RPZ zones");
usr.sbin/unbound/services/listen_dnsport.c
1326
fatal_exit("PROXYv2 and DNSCrypt combination not "
usr.sbin/unbound/services/listen_dnsport.c
1329
fatal_exit("PROXYv2 and DoH combination not "
usr.sbin/unbound/services/listen_dnsport.c
1332
fatal_exit("PROXYv2 and DoQ combination not "
usr.sbin/unbound/services/localzone.c
674
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
1002
fatal_exit("Could not pledge");
usr.sbin/unbound/smallapp/unbound-checkconf.c
1012
fatal_exit("control-key-file: \"%s\" does not exist",
usr.sbin/unbound/smallapp/unbound-checkconf.c
1015
fatal_exit("control-cert-file: \"%s\" does not exist",
usr.sbin/unbound/smallapp/unbound-checkconf.c
1035
fatal_exit("Could not set forward zones");
usr.sbin/unbound/smallapp/unbound-checkconf.c
1046
fatal_exit("Could not set root or stub hints");
usr.sbin/unbound/smallapp/unbound-checkconf.c
1058
fatal_exit("Could not setup authority zones");
usr.sbin/unbound/smallapp/unbound-checkconf.c
1061
fatal_exit("RPZ requires the respip module");
usr.sbin/unbound/smallapp/unbound-checkconf.c
1072
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
112
if(!p) fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
1153
fatal_exit("Could not pledge");
usr.sbin/unbound/smallapp/unbound-checkconf.c
121
if(!p) fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
128
fatal_exit("cannot print option '%s'", opt);
usr.sbin/unbound/smallapp/unbound-checkconf.c
141
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
143
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
145
fatal_exit("bad config during startup for %s module", fb->name);
usr.sbin/unbound/smallapp/unbound-checkconf.c
147
fatal_exit("bad config during init for %s module", fb->name);
usr.sbin/unbound/smallapp/unbound-checkconf.c
243
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
245
fatal_exit("failed local-zone, local-data configuration");
usr.sbin/unbound/smallapp/unbound-checkconf.c
265
fatal_exit("cannot parse access-control-view "
usr.sbin/unbound/smallapp/unbound-checkconf.c
270
fatal_exit("cannot find view for "
usr.sbin/unbound/smallapp/unbound-checkconf.c
281
fatal_exit("cannot parse access-control-tags "
usr.sbin/unbound/smallapp/unbound-checkconf.c
291
fatal_exit("cannot parse access-control-tag-actions "
usr.sbin/unbound/smallapp/unbound-checkconf.c
296
fatal_exit("cannot parse tag %s (define-tag it), "
usr.sbin/unbound/smallapp/unbound-checkconf.c
301
fatal_exit("cannot parse access control action type %s"
usr.sbin/unbound/smallapp/unbound-checkconf.c
315
fatal_exit("cannot parse access-control-tag-datas address %s %s '%s'",
usr.sbin/unbound/smallapp/unbound-checkconf.c
319
fatal_exit("cannot parse tag %s (define-tag it), "
usr.sbin/unbound/smallapp/unbound-checkconf.c
329
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
346
fatal_exit("Could not create views: out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
348
fatal_exit("Could not create respip set: out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
350
fatal_exit("Could not set up views");
usr.sbin/unbound/smallapp/unbound-checkconf.c
352
fatal_exit("Could not setup respip set");
usr.sbin/unbound/smallapp/unbound-checkconf.c
354
fatal_exit("Could not setup per-view respip sets");
usr.sbin/unbound/smallapp/unbound-checkconf.c
357
fatal_exit("response-ip options require respip module");
usr.sbin/unbound/smallapp/unbound-checkconf.c
398
if(!resif) fatal_exit("malloc failure");
usr.sbin/unbound/smallapp/unbound-checkconf.c
400
if(!num_resif) fatal_exit("malloc failure");
usr.sbin/unbound/smallapp/unbound-checkconf.c
406
fatal_exit("interface: %s present twice, "
usr.sbin/unbound/smallapp/unbound-checkconf.c
413
fatal_exit("could not resolve interface names, for %s",
usr.sbin/unbound/smallapp/unbound-checkconf.c
420
fatal_exit("PROXYv2 and DNSCrypt combination not "
usr.sbin/unbound/smallapp/unbound-checkconf.c
424
fatal_exit("PROXYv2 and DoH combination not "
usr.sbin/unbound/smallapp/unbound-checkconf.c
428
fatal_exit("PROXYv2 and DoQ combination not "
usr.sbin/unbound/smallapp/unbound-checkconf.c
436
fatal_exit("cannot parse interface address '%s' from the interface specified as '%s'",
usr.sbin/unbound/smallapp/unbound-checkconf.c
439
fatal_exit("cannot parse interface specified as '%s'",
usr.sbin/unbound/smallapp/unbound-checkconf.c
453
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
469
fatal_exit("cannot parse outgoing-interface "
usr.sbin/unbound/smallapp/unbound-checkconf.c
474
fatal_exit("outgoing-interface: %s present "
usr.sbin/unbound/smallapp/unbound-checkconf.c
496
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
498
fatal_exit("interface-automatic-ports: parse error at position %d in '%s'", (int)(now-ifautomaticports)+1, ifautomaticports);
usr.sbin/unbound/smallapp/unbound-checkconf.c
518
fatal_exit("could not resolve interface names, for control-interface: %s",
usr.sbin/unbound/smallapp/unbound-checkconf.c
525
fatal_exit("cannot parse control-interface address '%s' from the control-interface specified as '%s'",
usr.sbin/unbound/smallapp/unbound-checkconf.c
528
fatal_exit("cannot parse control-interface specified as '%s'",
usr.sbin/unbound/smallapp/unbound-checkconf.c
547
fatal_exit("cannot parse access control address %s %s",
usr.sbin/unbound/smallapp/unbound-checkconf.c
564
fatal_exit("cannot parse tcp connection limit address %s %s",
usr.sbin/unbound/smallapp/unbound-checkconf.c
615
if(!fname) fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
631
if(!*ss) fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
634
fatal_exit("%s: \"%s\" does not exist in "
usr.sbin/unbound/smallapp/unbound-checkconf.c
637
fatal_exit("%s: \"%s\" does not exist",
usr.sbin/unbound/smallapp/unbound-checkconf.c
684
fatal_exit("Could not create ednssubnet whitelist: out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
686
fatal_exit("Could not setup ednssubnet whitelist");
usr.sbin/unbound/smallapp/unbound-checkconf.c
722
fatal_exit("Unknown value in module-config, module: "
usr.sbin/unbound/smallapp/unbound-checkconf.c
743
fatal_exit("verbosity value < 0");
usr.sbin/unbound/smallapp/unbound-checkconf.c
745
fatal_exit("num_threads value weird");
usr.sbin/unbound/smallapp/unbound-checkconf.c
747
fatal_exit("ip4 and ip6 are both disabled, pointless");
usr.sbin/unbound/smallapp/unbound-checkconf.c
749
fatal_exit("cannot prefer and disable ip4, pointless");
usr.sbin/unbound/smallapp/unbound-checkconf.c
751
fatal_exit("cannot prefer and disable ip6, pointless");
usr.sbin/unbound/smallapp/unbound-checkconf.c
753
fatal_exit("udp and tcp are both disabled, pointless");
usr.sbin/unbound/smallapp/unbound-checkconf.c
755
fatal_exit("edns-buffer-size larger than msg-buffer-size, "
usr.sbin/unbound/smallapp/unbound-checkconf.c
762
fatal_exit("chootdir %s has trailing slash '/' please remove.",
usr.sbin/unbound/smallapp/unbound-checkconf.c
766
fatal_exit("bad chroot directory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
770
if(!ad) fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
771
if(!is_dir(ad)) fatal_exit("bad chdir directory");
usr.sbin/unbound/smallapp/unbound-checkconf.c
781
fatal_exit("pidfile directory does not exist");
usr.sbin/unbound/smallapp/unbound-checkconf.c
788
fatal_exit("logfile directory does not exist");
usr.sbin/unbound/smallapp/unbound-checkconf.c
816
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
988
fatal_exit("module conf '%s' is not known to work",
usr.sbin/unbound/smallapp/unbound-checkconf.c
995
fatal_exit("user '%s' does not exist.", cfg->username);
usr.sbin/unbound/smallapp/unbound-control.c
1021
fatal_exit("could not exec unbound: %s",
usr.sbin/unbound/smallapp/unbound-control.c
1026
fatal_exit("could not exec unbound: %s",
usr.sbin/unbound/smallapp/unbound-control.c
1039
fatal_exit("WSAStartup failed: %s", wsa_strerror(r));
usr.sbin/unbound/smallapp/unbound-control.c
327
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-control.c
489
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-control.c
491
fatal_exit("could not read config file");
usr.sbin/unbound/smallapp/unbound-control.c
495
fatal_exit("shmget(%d): %s", cfg->shm_key, strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
499
fatal_exit("shmget(%d): %s", cfg->shm_key+1, strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
503
fatal_exit("shmat(%d): %s", id_ctl, strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
507
fatal_exit("shmat(%d): %s", id_arr, strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
561
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-control.c
642
fatal_exit("could not resolve interface names");
usr.sbin/unbound/smallapp/unbound-control.c
645
fatal_exit("no control interfaces");
usr.sbin/unbound/smallapp/unbound-control.c
665
fatal_exit("could not parse IP@port: %s", svr);
usr.sbin/unbound/smallapp/unbound-control.c
681
fatal_exit("could not parse IP: %s", svr);
usr.sbin/unbound/smallapp/unbound-control.c
688
fatal_exit("socket: %s", sock_strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
719
fatal_exit("select: %s", sock_strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
723
fatal_exit("timeout: could not connect to server");
usr.sbin/unbound/smallapp/unbound-control.c
826
fatal_exit("could not recv: %s", sock_strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
842
fatal_exit("could not send: %s", sock_strerror(errno));
usr.sbin/unbound/smallapp/unbound-control.c
858
fatal_exit("too many arguments for command '%s', "
usr.sbin/unbound/smallapp/unbound-control.c
864
fatal_exit("too many arguments for command '%s', "
usr.sbin/unbound/smallapp/unbound-control.c
944
fatal_exit("out of memory");
usr.sbin/unbound/smallapp/unbound-control.c
946
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_ossl_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
1196
if(!pend->pkt) fatal_exit("out of memory");
usr.sbin/unbound/testcode/fake_event.c
1246
if(!pend->pkt) fatal_exit("out of memory");
usr.sbin/unbound/testcode/fake_event.c
1319
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
1377
if(!pend->pkt) fatal_exit("out of memory");
usr.sbin/unbound/testcode/fake_event.c
1664
fatal_exit("out of memory in fake_event.c:comm_timer_create");
usr.sbin/unbound/testcode/fake_event.c
1867
if(!pend->pkt) fatal_exit("out of memory");
usr.sbin/unbound/testcode/fake_event.c
1958
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
205
if(!pkt) fatal_exit("out of memory");
usr.sbin/unbound/testcode/pktview.c
70
fatal_exit("input too large (%lu bytes)",
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
1060
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
1294
if(!r2 || !r3) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitmain.c
1297
if(!c1) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitmain.c
1299
if(!c1->view) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitmain.c
1301
if(!c1->view->name) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitmain.c
1304
if(!c2) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitmain.c
1306
if(!c3) fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitmain.c
1389
fatal_exit("could not init NSS");
usr.sbin/unbound/testcode/unitmain.c
1450
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
204
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
267
fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitzonemd.c
270
fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitzonemd.c
273
fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitzonemd.c
278
fatal_exit("could not parse datetime %s", date_override);
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
291
fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitzonemd.c
294
fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitzonemd.c
297
fatal_exit("could not modstack_startup");
usr.sbin/unbound/testcode/unitzonemd.c
299
fatal_exit("could not modstack_call_init");
usr.sbin/unbound/testcode/unitzonemd.c
302
fatal_exit("out of memory");
usr.sbin/unbound/testcode/unitzonemd.c
307
fatal_exit("could not addzone %s %s", zname, zfile);
usr.sbin/unbound/testcode/unitzonemd.c
320
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
1879
fatal_exit("could not init random generator");
usr.sbin/unbound/util/configparser.y
2032
fatal_exit("out of memory adding acl");
usr.sbin/unbound/util/configparser.y
2041
fatal_exit("out of memory adding acl");
usr.sbin/unbound/util/configparser.y
2412
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
2421
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
2428
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
2434
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
2442
fatal_exit("out of memory adding local-data");
usr.sbin/unbound/util/configparser.y
2454
fatal_exit("out of memory adding local-data");
usr.sbin/unbound/util/configparser.y
2518
fatal_exit("out of memory adding "
usr.sbin/unbound/util/configparser.y
2533
fatal_exit("out of memory adding "
usr.sbin/unbound/util/configparser.y
2566
fatal_exit("out of memory adding dns64-ignore-aaaa");
usr.sbin/unbound/util/configparser.y
2831
fatal_exit("out of memory adding "
usr.sbin/unbound/util/configparser.y
2846
fatal_exit("out of memory adding "
usr.sbin/unbound/util/configparser.y
3081
fatal_exit("out of memory adding "
usr.sbin/unbound/util/configparser.y
3383
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
3392
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
3399
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
3406
fatal_exit("out of memory adding local-zone");
usr.sbin/unbound/util/configparser.y
3416
fatal_exit("out of memory adding per-view "
usr.sbin/unbound/util/configparser.y
3425
fatal_exit("out of memory adding response-ip-data");
usr.sbin/unbound/util/configparser.y
3432
fatal_exit("out of memory adding local-data");
usr.sbin/unbound/util/configparser.y
3445
fatal_exit("out of memory adding local-data");
usr.sbin/unbound/util/configparser.y
3785
fatal_exit("out of memory adding response-ip");
usr.sbin/unbound/util/configparser.y
3793
fatal_exit("out of memory adding response-ip-data");
usr.sbin/unbound/util/configparser.y
3844
fatal_exit("out of memory adding dnscrypt-provider-cert");
usr.sbin/unbound/util/configparser.y
3851
fatal_exit("out of memory adding dnscrypt-provider-cert-rotated");
usr.sbin/unbound/util/configparser.y
3860
fatal_exit("out of memory adding dnscrypt-secret-key");
usr.sbin/unbound/util/configparser.y
4205
fatal_exit("out of memory adding tcp connection limit");
usr.sbin/unbound/util/configparser.y
660
fatal_exit("out of memory adding client-subnet");
usr.sbin/unbound/util/configparser.y
673
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);