Skip to content
Commit fd20d973 authored by Tim Yi's avatar Tim Yi Committed by Jakub Kicinski
Browse files

net: bridge: vlan: fix memory leak in __allowed_ingress

When using per-vlan state, if vlan snooping and stats are disabled,
untagged or priority-tagged ingress frame will go to check pvid state.
If the port state is forwarding and the pvid state is not
learning/forwarding, untagged or priority-tagged frame will be dropped
but skb memory is not freed.
Should free skb when __allowed_ingress returns false.

Fixes: a580c76d

 ("net: bridge: vlan: add per-vlan state")
Signed-off-by: default avatarTim Yi <tim.yi@pica8.com>
Acked-by: default avatarNikolay Aleksandrov <nikolay@nvidia.com>
Link: https://lore.kernel.org/r/20220127074953.12632-1-tim.yi@pica8.com


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