Bug 109951
Summary: | rtl8192_tx_isr code analysis logic error | ||
---|---|---|---|
Product: | Drivers | Reporter: | Yong Shi (brave_shi) |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | Larry.Finger, linville |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.3.3 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Fixes the problem described here. |
Description
Yong Shi
2015-12-25 02:01:37 UTC
r8192U_core.c Created attachment 198761 [details]
Fixes the problem described here.
This patch moves all the dereferences of skb to a point after the pointer is tesped for NULL.
It' ok,now. |