From b712c4f5361f42c84ebcef9e650f66136821e3ab Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 26 Jan 2020 20:59:38 +0100 Subject: [PATCH] Adjust CVE id in patch header for CVE-2019-19051 patch Gbp-Dch: Ignore --- ...ax-i2400-fix-memory-leak-in-i2400m_op_rfkill_sw_toggle.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/bugfix/all/wimax-i2400-fix-memory-leak-in-i2400m_op_rfkill_sw_toggle.patch b/debian/patches/bugfix/all/wimax-i2400-fix-memory-leak-in-i2400m_op_rfkill_sw_toggle.patch index ac0929be3..e679b4237 100644 --- a/debian/patches/bugfix/all/wimax-i2400-fix-memory-leak-in-i2400m_op_rfkill_sw_toggle.patch +++ b/debian/patches/bugfix/all/wimax-i2400-fix-memory-leak-in-i2400m_op_rfkill_sw_toggle.patch @@ -2,7 +2,7 @@ From: Navid Emamdoost Date: Fri, 25 Oct 2019 23:53:30 -0500 Subject: wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle Origin: https://git.kernel.org/linus/6f3ef5c25cc762687a7341c18cbea5af54461407 -Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2019-15217 +Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2019-19051 In the implementation of i2400m_op_rfkill_sw_toggle() the allocated buffer for cmd should be released before returning. The