From: Geoffrey Lee <glee@gnupilgrims.org>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] add missing module license to ipfwadm_core.c
Date: Sun, 9 Mar 2003 22:18:17 +0800 [thread overview]
Message-ID: <20030309141817.GA8987@anakin.wychk.org> (raw)
[-- 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
*/
reply other threads:[~2003-03-09 14:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030309141817.GA8987@anakin.wychk.org \
--to=glee@gnupilgrims.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®