lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aCmCaMAwONiyTwR0@shredder>
Date: Sun, 18 May 2025 09:47:04 +0300
From: Ido Schimmel <idosch@...dia.com>
To: Pablo Neira Ayuso <pablo@...filter.org>
Cc: netdev@...r.kernel.org, bridge@...ts.linux.dev, davem@...emloft.net,
	kuba@...nel.org, pabeni@...hat.com, edumazet@...gle.com,
	razor@...ckwall.org, venkat.x.venkatsubra@...cle.com,
	horms@...nel.org, fw@...len.de
Subject: Re: [PATCH net] bridge: netfilter: Fix forwarding of fragmented
 packets

On Sat, May 17, 2025 at 01:55:42AM +0200, Pablo Neira Ayuso wrote:
> On Thu, May 15, 2025 at 11:48:48AM +0300, Ido Schimmel wrote:
> [...]
> > diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h
> > index d5b3c5936a79..4715a8d6dc32 100644
> > --- a/net/bridge/br_private.h
> > +++ b/net/bridge/br_private.h
> > @@ -505,6 +505,7 @@ struct net_bridge {
> >  		struct rtable		fake_rtable;
> >  		struct rt6_info		fake_rt6_info;
> >  	};
> 
> This is missing #ifdef to restrict it to bridge netfilter.

https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/tree/net/bridge/br_private.h#n503

It's already restricted to bridge netfilter...

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ