* u32 patch
@ 2006-08-02 21:22 Piotr Chytla
2006-08-08 9:28 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Piotr Chytla @ 2006-08-02 21:22 UTC (permalink / raw)
To: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 213 bytes --]
Hi
Here are some small patch for u32 match, to work on 2.6.17 kernels .
Matchsize in ipt_match struct was missing.
/pch
--
Dyslexia bug unpatched since 1977 ...
exploit has been leaked to the underground.
[-- Attachment #2: ipt_u32.patch --]
[-- Type: text/plain, Size: 335 bytes --]
--- ipt_u32.c 2006-08-02 22:34:29.000000000 +0200
+++ /usr/src/linux-2.6.17.6/net/ipv4/netfilter/ipt_u32.c 2006-08-02 22:45:43.000000000 +0200
@@ -217,6 +217,7 @@
static struct ipt_match u32_match = {
.name = "u32",
.match = &match,
+ .matchsize = sizeof(struct ipt_u32),
.checkentry = &checkentry,
.me = THIS_MODULE
};
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: u32 patch
2006-08-02 21:22 u32 patch Piotr Chytla
@ 2006-08-08 9:28 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2006-08-08 9:28 UTC (permalink / raw)
To: Piotr Chytla; +Cc: netfilter-devel
Piotr Chytla wrote:
> Here are some small patch for u32 match, to work on 2.6.17 kernels .
> Matchsize in ipt_match struct was missing.
Thanks, applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-08 9:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-02 21:22 u32 patch Piotr Chytla
2006-08-08 9:28 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.