Add 0124-libmultipath-add-missing-assert-to-checkers.c.patch Add 0125-libmultipath-foreign-fix-memory-leak-in-nvme-foreign.patch * Fixes RHEL-73413 Add 0126-libmultipath-export-udev-pthread-cleanup-functions.patch Add 0127-multipathd-set-rport-port_state-to-marginal-for-NVMe.patch * Fixes RHEL-67472 Resolves: RHEL-73413 Resolves: RHEL-67472
23 lines
651 B
Diff
23 lines
651 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Benjamin Marzinski <bmarzins@redhat.com>
|
|
Date: Tue, 17 Dec 2024 23:03:39 -0500
|
|
Subject: [PATCH] libmultipath: add missing assert to checkers.c
|
|
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
---
|
|
libmultipath/checkers.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/libmultipath/checkers.c b/libmultipath/checkers.c
|
|
index 8039c2bf..9eb3e261 100644
|
|
--- a/libmultipath/checkers.c
|
|
+++ b/libmultipath/checkers.c
|
|
@@ -5,6 +5,7 @@
|
|
#include <sys/stat.h>
|
|
#include <urcu.h>
|
|
#include <urcu/uatomic.h>
|
|
+#include <assert.h>
|
|
|
|
#include "debug.h"
|
|
#include "checkers.h"
|