2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-22 20:23:57 +08:00
linux-next/drivers/staging/rtl8188eu
Christian Engelmayer e0e2c5cde5 staging: rtl8188eu: fix potential leak in rtw_mp_pwrtrk()
Function rtw_mp_pwrtrk() dynamically allocates a temporary buffer that
is not freed in all error paths. Use a centralized exit path and make sure
that all memory is freed correctly. Detected by Coverity - 1077715.

Signed-off-by: Christian Engelmayer <cengelma@gmx.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24 01:43:53 +09:00
..
core staging: rtl8188eu: Remove function rtw_hostapd_mlme_rx() 2014-05-24 01:41:51 +09:00
hal staging: rtl8188eu: Remove 'void *precvbuf' from struct recv_frame 2014-05-24 01:41:52 +09:00
include staging: rtl8188eu: Remove 'u8 fragcnt' from struct recv_frame 2014-05-24 01:41:52 +09:00
os_dep staging: rtl8188eu: fix potential leak in rtw_mp_pwrtrk() 2014-05-24 01:43:53 +09:00
Kconfig Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2014-04-02 16:23:38 -07:00
Makefile staging: r8188eu: Remove dead file 2014-02-11 12:41:14 -08:00
TODO staging: Additional item for rtl8188eu TODO list 2014-02-14 09:19:53 -08:00