From: Martin Wilck <mwilck@xxxxxxxx> The polls array is dereferenced later on, so even if we are soon to be cancelled, we should return immediately here. Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- multipathd/uxlsnr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/multipathd/uxlsnr.c b/multipathd/uxlsnr.c index 6355279..d42cb04 100644 --- a/multipathd/uxlsnr.c +++ b/multipathd/uxlsnr.c @@ -607,6 +607,7 @@ void *uxsock_listen(long ux_sock, void *trigger_data) if (!polls) { condlog(0, "uxsock: failed to allocate poll fds"); exit_daemon(); + return NULL; } notify_fd = inotify_init1(IN_NONBLOCK); if (notify_fd == -1) /* it's fine if notifications fail */ -- 2.33.1 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/dm-devel