In the Linux kernel, the following vulnerability has been resolved: staging: rtl8192e: Fix use after free in rtl92epcidisconnect() The freertllib() function frees the "dev" pointer so there is use after free on the next line. Re-arrange things to avoid that.