]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
[PATCH] sign off on pppd and strncpy_get_task_comm patches.
authorgregkh@suse.de <gregkh@suse.de>
Wed, 16 Mar 2005 00:35:02 +0000 (16:35 -0800)
committerGreg KH <gregkh@suse.de>
Thu, 12 May 2005 05:10:43 +0000 (22:10 -0700)
queue/pppd-DoS-fix.patch
queue/use-strncpy-in-get_task_comm.patch

index f4e8278b5f184cd0dbf1f5740e1e111e98b6d78e..429e7d3a23c8932f3f7291e95bb69d0c81cdc552 100644 (file)
@@ -1,3 +1,4 @@
+From foo@baz Tue Apr  9 12:12:43 2002
 From: Paul Mackerras <paulus@au1.ibm.com>
 To: Martin Schulze <joey@infodrom.org>
 Cc: Free Software Distribution Vendors <vendor-sec@lst.de>,
@@ -17,6 +18,7 @@ Yes, this is my bug. :(
 I would just do this instead:
 
 Signed-off-by: Chris Wright <chrisw@osdl.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 diff -urN linux-2.5/drivers/net/ppp_async.c test/drivers/net/ppp_async.c
 --- linux-2.5/drivers/net/ppp_async.c  2005-01-21 16:02:12.000000000 +1100
index ac7d79aec7b08ffdf4a67471f4b8e4f7e3a0f5ea..87b8daa21f2e00e34c6cb64e731e740a8000cf30 100644 (file)
@@ -1,3 +1,4 @@
+From foo@baz Tue Apr  9 12:12:43 2002
 Date: Tue, 15 Mar 2005 14:30:46 -0800
 From: akpm@osdl.org
 To: torvalds@osdl.org
@@ -11,10 +12,8 @@ Set_task_comm uses strlcpy, so get_task_comm must use strncpy.
 Signed-Off-by: Prasanna Meda <pmeda@akamai.com>
 Signed-off-by: Andrew Morton <akpm@osdl.org>
 Signed-off-by: Chris Wright <chrisw@osdl.org>
----
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
- 25-akpm/fs/exec.c |    2 +-
- 1 files changed, 1 insertion(+), 1 deletion(-)
 
 diff -puN fs/exec.c~use-strncpy-in-get_task_comm fs/exec.c
 --- 25/fs/exec.c~use-strncpy-in-get_task_comm  Tue Mar 15 14:30:28 2005