[NETFILTER]: Fix potential memory corruption in NAT code (aka memory NAT)
authorPatrick McHardy <kaber@trash.net>
Fri, 22 Jul 2005 19:50:29 +0000 (12:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Jul 2005 19:50:29 +0000 (12:50 -0700)
The portptr pointing to the port in the conntrack tuple is declared static,
which could result in memory corruption when two packets of the same
protocol are NATed at the same time and one conntrack goes away.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found