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