Files
linux/drivers
Dan Carpenter 2e1ec01af2 staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()
commit b535917c51 upstream.

The free_rtllib() function frees the "dev" pointer so there is use
after free on the next line.  Re-arrange things to avoid that.

Fixes: 66898177e7 ("staging: rtl8192e: Fix unload/reload problem")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20211117072016.GA5237@kili
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-12-01 09:23:28 +01:00
..
2021-11-17 09:48:23 +01:00
2021-07-14 16:53:42 +02:00
2021-10-20 11:40:15 +02:00
2021-11-17 09:48:20 +01:00
2021-09-26 14:07:14 +02:00
2021-11-26 10:47:21 +01:00