Re: [PATCH net] bridge: netfilter stp fix reference to uninitialized data

2018-05-08 Thread Pablo Neira Ayuso
On Fri, Apr 27, 2018 at 11:16:09AM -0700, Stephen Hemminger wrote: > The destination mac (destmac) is only valid if EBT_DESTMAC flag > is set. Fix by changing the order of the comparison to look for > the flag first. Applied, thanks Stephen.

[PATCH net] bridge: netfilter stp fix reference to uninitialized data

2018-04-27 Thread Stephen Hemminger
The destination mac (destmac) is only valid if EBT_DESTMAC flag is set. Fix by changing the order of the comparison to look for the flag first. Reported-by: syzbot+5c06e318fc558cc27...@syzkaller.appspotmail.com Signed-off-by: Stephen Hemminger --- Note: no fixes since this bug goes back to pre-gi