314b6dc7e4
Wed Dec 17 2003 Thomas Woerner <twoerner@redhat.com> 1.2.9-1.0 - vew version 1.2.9 - new config options in ipXtables-config: IPTABLES_MODULES_UNLOAD - more documentation in ipXtables-config - fix for netlink security issue in libipq (devel package) - print fix for libipt_icmp (#109546)
14 lines
359 B
Diff
14 lines
359 B
Diff
--- iptables-1.2.9/libipq/libipq.c.netlink 2003-12-05 17:00:07.000000000 +0100
|
|
+++ iptables-1.2.9/libipq/libipq.c 2003-12-05 17:00:39.000000000 +0100
|
|
@@ -171,6 +171,10 @@
|
|
ipq_errno = IPQ_ERR_RECV;
|
|
return -1;
|
|
}
|
|
+ if (h->peer.nl_pid != 0) {
|
|
+ ipq_errno = IPQ_ERR_RECV;
|
|
+ return -1;
|
|
+ }
|
|
if (status == 0) {
|
|
ipq_errno = IPQ_ERR_NLEOF;
|
|
return -1;
|