Skip to content
Commit 43ffe6ca authored by Szymon Heidrich's avatar Szymon Heidrich Committed by Jakub Kicinski
Browse files

net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pull



Packet length check needs to be located after size and align_count
calculation to prevent kernel panic in skb_pull() in case
rx_cmd_a & RX_CMD_A_RED evaluates to true.

Fixes: d8b22831 ("net: usb: smsc75xx: Limit packet length to skb->len")
Signed-off-by: default avatarSzymon Heidrich <szymon.heidrich@gmail.com>
Link: https://lore.kernel.org/r/20230316110540.77531-1-szymon.heidrich@gmail.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 8a2618e1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment