mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-17 21:25:50 +02:00
- Fix that after shared memory cannot be created, from
`shm-enable`, the server does not crash. Thanks to Qifan Zhang, Palo Alto Networks, for the report.
This commit is contained in:
@@ -50,6 +50,9 @@
|
||||
- Fix that after malloc failure in find_tag_datas, the
|
||||
local_alias is cleaned up. Thanks to Qifan Zhang, Palo
|
||||
Alto Networks, for the report.
|
||||
- Fix that after shared memory cannot be created, from
|
||||
`shm-enable`, the server does not crash. Thanks to Qifan
|
||||
Zhang, Palo Alto Networks, for the report.
|
||||
|
||||
15 June 2026: Wouter
|
||||
- Fix to add `max-transfer-size` and `max-transfer-time` that
|
||||
|
||||
@@ -351,6 +351,8 @@ void shm_main_run(struct worker *worker)
|
||||
int offset;
|
||||
double total_mesh_time_median;
|
||||
struct shm_main_info* shm_info = worker->daemon->shm_info;
|
||||
if(!shm_info)
|
||||
return;
|
||||
|
||||
#ifndef S_SPLINT_S
|
||||
verbose(VERB_DETAIL, "SHM run - worker [%d] - daemon [%p] - timenow(%u) - timeboot(%u)",
|
||||
|
||||
Reference in New Issue
Block a user