From: gregkh@suse.de Date: Wed, 16 Mar 2005 00:35:02 +0000 (-0800) Subject: [PATCH] sign off on pppd and strncpy_get_task_comm patches. X-Git-Tag: v2.6.11.9~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0b83dc66a0100e3f22e029f2b11b7f16f1c04aa;p=thirdparty%2Fkernel%2Fstable-queue.git [PATCH] sign off on pppd and strncpy_get_task_comm patches. --- diff --git a/queue/pppd-DoS-fix.patch b/queue/pppd-DoS-fix.patch index f4e8278b5f1..429e7d3a23c 100644 --- a/queue/pppd-DoS-fix.patch +++ b/queue/pppd-DoS-fix.patch @@ -1,3 +1,4 @@ +From foo@baz Tue Apr 9 12:12:43 2002 From: Paul Mackerras To: Martin Schulze Cc: Free Software Distribution Vendors , @@ -17,6 +18,7 @@ Yes, this is my bug. :( I would just do this instead: Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman 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 diff --git a/queue/use-strncpy-in-get_task_comm.patch b/queue/use-strncpy-in-get_task_comm.patch index ac7d79aec7b..87b8daa21f2 100644 --- a/queue/use-strncpy-in-get_task_comm.patch +++ b/queue/use-strncpy-in-get_task_comm.patch @@ -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 Signed-off-by: Andrew Morton Signed-off-by: Chris Wright ---- +Signed-off-by: Greg Kroah-Hartman - 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