* [PATCH] add missing module license to ipfwadm_core.c
@ 2003-03-09 14:18 Geoffrey Lee
0 siblings, 0 replies; only message in thread
From: Geoffrey Lee @ 2003-03-09 14:18 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 455 bytes --]
Hi all,
Since vger seems to have eaten some mail over the weekend, I thought
maybe I should resend this.
This adds a missing module license to ipfwadm_core.c to prevent it
from tainting the kernel when loaded in as a module.
Please apply.
Thanks,
-- Geoff.
--
char p[] = "\xeb\x1f\x5e\x89\x76\x08\x31\xc0\x88\x46\x07\x89\x46\x0c\xb0\x0b"
"\x89\xf3\x8d\x4e\x08\x8d\x56\x0c\xcd\x80\x31\xdb\x89\xd8\x40\xcd"
"\x80\xe8\xdc\xff\xff\xff/bin/sh";
[-- Attachment #2: ifwadm_core.c.diff --]
[-- Type: text/plain, Size: 331 bytes --]
--- linux-2.4.20/net/ipv4/netfilter/ipfwadm_core.c.orig 2002-03-23 17:30:07.000000000 +0800
+++ linux-2.4.20/net/ipv4/netfilter/ipfwadm_core.c 2003-03-08 14:40:01.000000000 +0800
@@ -130,6 +130,8 @@
#include <linux/stat.h>
#include <linux/version.h>
+MODULE_LICENSE("Dual BSD/GPL");
+
/*
* Implement IP packet firewall
*/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-03-09 14:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-09 14:18 [PATCH] add missing module license to ipfwadm_core.c Geoffrey Lee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®