]> git.karo-electronics.de Git - karo-tx-linux.git/commit
netfilter: xt_quota: fix incomplete initialization
authorJan Engelhardt <jengelh@medozas.de>
Mon, 22 Jun 2009 12:16:45 +0000 (14:16 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 30 Jul 2009 21:40:25 +0000 (14:40 -0700)
commitec2ba592c29c77b841cd1b8ca19aefed21fbb6fe
tree166df21c53ca28db17836cf050716fd83a262207
parentf50eb3cf5d793006902a40217f52eeb7f498104f
netfilter: xt_quota: fix incomplete initialization

commit 6d62182fea6cc6bbc8d82a691ad0608d68a54aeb upstream.

Commit v2.6.29-rc5-872-gacc738f ("xtables: avoid pointer to self")
forgot to copy the initial quota value supplied by iptables into the
private structure, thus counting from whatever was in the memory
kmalloc returned.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/netfilter/xt_quota.c