Re: [PATCH] util: fix segfaults when config lacks a section

2024-07-24 Thread Martin Schanzenbach
Thank you for the patch. I think you just may be starting/using the services in a peculiar way that triggers the configuration API to be called with NULL. I applied the patch for now, but that does not mean this will run smoothly (as in, cfg should likely never be NULL anyway with a proper setup)

[PATCH] util: fix segfaults when config lacks a section

2024-07-24 Thread fence
don't feel like trying to reproduce those tbh. Was the NULL check missing due to performance or something? Kind regards fenceFrom fe5757f56f2443e1bc95ad17ab376be781752877 Mon Sep 17 00:00:00 2001 From: fence Date: Tue, 23 Jul 2024 15:33:50 +0200 Subject: [PATCH] util: fix segfaults when c