]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
[NETFILTER]: ipt_recent: last_pkts is an array of "unsigned long" not "u_int32_t"
authorDavid S. Miller <davem@davemloft.net>
Thu, 16 Jun 2005 03:51:14 +0000 (20:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Jun 2005 03:51:14 +0000 (20:51 -0700)
commitbcfff0b471a60df350338bcd727fc9b8a6aa54b2
treef3cb0028c65b96f2d38cc31c578bbc9b6271a85d
parent1016888fb69662936b32ab767c7419a3be9a69d3
[NETFILTER]: ipt_recent: last_pkts is an array of "unsigned long" not "u_int32_t"

This fixes various crashes on 64-bit when using this module.

Based upon a patch by Juergen Kreileder <jk@blackdown.de>.

Signed-off-by: David S. Miller <davem@davemloft.net>
ACKed-by: Patrick McHardy <kaber@trash.net>
net/ipv4/netfilter/ipt_recent.c