Re: [PATCH] staging: rtl8192e: initializing the wep buffer

2019-10-18 Thread Dan Carpenter
On Thu, Oct 17, 2019 at 11:57:58PM -0500, Kangjie Lu wrote: > The "wep" buffer is not initialized. To avoid memory disclosures, > the fix initializes it, as peer functions like rtllib_ccmp_set_key > do. > > Signed-off-by: Kangjie Lu > --- > drivers/staging/rtl8192e/rtllib_crypt_wep.c | 1 + > 1

[PATCH] staging: rtl8192e: initializing the wep buffer

2019-10-17 Thread Kangjie Lu
The "wep" buffer is not initialized. To avoid memory disclosures, the fix initializes it, as peer functions like rtllib_ccmp_set_key do. Signed-off-by: Kangjie Lu --- drivers/staging/rtl8192e/rtllib_crypt_wep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/rtl8192e/rtllib_c