Blame SOURCES/0015-route-get-crash-rh1534721.patch

c48088
From abca0de3543a49157ca17b46313f7b9f77193abe Mon Sep 17 00:00:00 2001
c48088
From: Thomas Haller <thaller@redhat.com>
c48088
Date: Sun, 14 Jan 2018 15:17:14 +0100
c48088
Subject: [PATCH 1/1] platform: fix wrong cleanup function in ip_route_get()
c48088
c48088
Fixes: 33a2a7c3e3738b184233980a66f0093f073f97b1
c48088
(cherry picked from commit 3de3f59ffd9fdc02332ab928352a1b8f8ae77982)
c48088
(cherry picked from commit c17315d555c812f8b14d36a34856f8030ecbfdc5)
c48088
---
c48088
 src/platform/nm-linux-platform.c | 2 +-
c48088
 1 file changed, 1 insertion(+), 1 deletion(-)
c48088
c48088
diff --git a/src/platform/nm-linux-platform.c b/src/platform/nm-linux-platform.c
c48088
index e66ab9449..fe270e88d 100644
c48088
--- a/src/platform/nm-linux-platform.c
c48088
+++ b/src/platform/nm-linux-platform.c
c48088
@@ -6416,7 +6416,7 @@ ip_route_get (NMPlatform *platform,
c48088
 	int try_count = 0;
c48088
 	WaitForNlResponseResult seq_result;
c48088
 	int nle;
c48088
-	nm_auto_nlmsg NMPObject *route = NULL;
c48088
+	nm_auto_nmpobj NMPObject *route = NULL;
c48088
 
c48088
 	nm_assert (NM_IS_LINUX_PLATFORM (platform));
c48088
 	nm_assert (NM_IN_SET (addr_family, AF_INET, AF_INET6));
c48088
-- 
c48088
2.14.3
c48088