On Fri, 30 May 2008, Jozsef Kadlecsik wrote:
On Thu, 29 May 2008, Tom Eastep wrote:
Segfault occurs at line 1641 as a result of dereferencing a null pointer while
testing the set type for iptreemap.
Patch attached.
Thank you the report and the patch: I'll apply it as soon as the svn->git
migration of ipset source is ready.
This remains me that I forget to send this little patch to make checkentry
static.
Best regards,
Krzysztof Olędzki
--- ipt_set.c 2007-08-28 13:29:12.000000000 +0200
+++ ipt_set.c-1 2008-05-30 11:58:02.000000000 +0200
@@ -57,7 +57,7 @@
}
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,23)
-bool
+static bool
#else
static int
#endif