All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <46F3D971.2050107@redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index 69d5c66..29c0222 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,7 +5,7 @@ Matt Domsch skrev:
 >>
 >> The interrupt stack can be in the __START_KERNEL_map region in which
 >> virt_to_page will not work. This caused ppp_mppe to crash on CentOS 5 on x86_64
->> (http://bugs.centos.org/view.php?id 76).
+>> (http://bugs.centos.org/view.php?id=2076).
 >>
 >> The fix is to avoid copying the interim key. We can simply use it in its
 >> original place, which is kmalloc'd.
@@ -73,5 +73,5 @@ index f79cf87..c0b6d19 100644
 -		memcpy(state->session_key, InterimKey, state->keylen);
 +		memcpy(state->session_key, state->sha1_digest, state->keylen);
  	}
- 	if (state->keylen = 8) {
+ 	if (state->keylen == 8) {
  		/* See RFC 3078 */
diff --git a/a/content_digest b/N1/content_digest
index b32797e..1afc983 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\020070921144053.GA28101@auslistsprd01.us.dell.com\0"
  "From\0Michal Schmidt <mschmidt@redhat.com>\0"
  "Subject\0Re: [PATCH] ppp_mppe: Don't put InterimKey on the stack\0"
- "Date\0Fri, 21 Sep 2007 14:47:13 +0000\0"
+ "Date\0Fri, 21 Sep 2007 16:47:13 +0200\0"
  "To\0Matt Domsch <Matt_Domsch@dell.com>\0"
  "Cc\0Linux Kernel list <linux-kernel@vger.kernel.org>"
   Frank Cusack <fcusack@fcusack.com>
@@ -17,7 +17,7 @@
  ">>\n"
  ">> The interrupt stack can be in the __START_KERNEL_map region in which\n"
  ">> virt_to_page will not work. This caused ppp_mppe to crash on CentOS 5 on x86_64\n"
- ">> (http://bugs.centos.org/view.php?id 76).\n"
+ ">> (http://bugs.centos.org/view.php?id=2076).\n"
  ">>\n"
  ">> The fix is to avoid copying the interim key. We can simply use it in its\n"
  ">> original place, which is kmalloc'd.\n"
@@ -85,7 +85,7 @@
  "-\t\tmemcpy(state->session_key, InterimKey, state->keylen);\n"
  "+\t\tmemcpy(state->session_key, state->sha1_digest, state->keylen);\n"
  " \t}\n"
- " \tif (state->keylen = 8) {\n"
+ " \tif (state->keylen == 8) {\n"
  " \t\t/* See RFC 3078 */"
 
-325dd8b1a856b7c1abb36d20bb850007234eb81a429cefbd63097fe01a484779
+791f05c9192e77e1aa7e5c2b91149580670bd89eecf60a8c4fa71fcf269ffadc

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.