Re: [PATCH v2] wifi: cfg80211: Fix uninitialized header access in cfg80211_classify8021d
From: Ranganath V N
Date: Tue Nov 11 2025 - 13:29:19 EST
> MPLS seems to not have this problem.
MPLS avoids this issue beacuse skb_header_pointer() is used with the proper
offset.
> And maybe there's a similar issue for the VLAN tag?
yes we may need to consider this(header+vlan)
I'll update the fix by using the skb_header_pointer simillar to MPLS.
Thanks for the feedback.
--ranganath