From: Jozsef Kadlecsik Date: Mon, 19 Nov 2012 06:42:21 +0000 (+0000) Subject: netfilter: ipset: Fix range bug in hash:ip,port,net X-Git-Tag: v3.7-rc7~13^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fe198e6b136c516df493ec325ab8f70d470f477;p=pandora-kernel.git netfilter: ipset: Fix range bug in hash:ip,port,net Due to the missing ininitalization at adding/deleting entries, when a plain_ip,port,net element was the object, multiple elements were added/deleted instead. The bug came from the missing dangling default initialization. The error-prone default initialization is corrected in all hash:* types. Signed-off-by: Jozsef Kadlecsik Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed