diff for duplicates of <46F3D049.4080006@redhat.com> diff --git a/a/1.txt b/N1/1.txt index e7497d7..9edf3be 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ Hello, 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. @@ -59,5 +59,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 033ad23..ecc124c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Michal Schmidt <mschmidt@redhat.com>\0" "Subject\0[PATCH] ppp_mppe: Don't put InterimKey on the stack\0" - "Date\0Fri, 21 Sep 2007 14:08:09 +0000\0" + "Date\0Fri, 21 Sep 2007 16:08:09 +0200\0" "To\0Linux Kernel list <linux-kernel@vger.kernel.org>\0" "Cc\0Frank Cusack <fcusack@fcusack.com>" Matt Domsch <Matt_Domsch@dell.com> @@ -11,7 +11,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" @@ -68,7 +68,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 */" -096f679088b885b653334a7f6fdc8d5ab8426e93f0d7c34aca65f7c3a8b7d714 +ae99a63a1eeff14066cc7b9a8c1cc52758341c016a7d6e441aa85971a157ce96
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.