[kernel] r5443 - patch-tracking
Moritz Muehlenhoff
jmm-guest at costa.debian.org
Sun Jan 15 13:36:15 UTC 2006
Author: jmm-guest
Date: Sun Jan 15 13:36:12 2006
New Revision: 5443
Modified:
patch-tracking/CVE-2004-0177
Log:
CVE-2004-0177 resolved for Sarge
Modified: patch-tracking/CVE-2004-0177
==============================================================================
--- patch-tracking/CVE-2004-0177 (original)
+++ patch-tracking/CVE-2004-0177 Sun Jan 15 13:36:12 2006
@@ -2,10 +2,22 @@
References:
Description:
Notes:
+ jmm> This is resolved by the following patch by tytso:
+ jmm>--- kernel-source-2.4.18-2.4.18.orig/fs/jbd/journal.c
+ jmm>+++ kernel-source-2.4.18-2.4.18/fs/jbd/journal.c
+ jmm>@@ -671,6 +671,7 @@
+ jmm>
+ jmm> bh = getblk(journal->j_dev, blocknr, journal->j_blocksize);
+ jmm> lock_buffer(bh);
+ jmm>+ memset(bh->b_data, 0, journal->j_blocksize);
+ jmm> BUFFER_TRACE(bh, "return this buffer");
+ jmm> return journal_add_journal_head(bh);
+ jmm> }
+ jmm> This fix is present in 2.4.27 and 2.6.8, so marking them and l-2.6 N/A
Bugs:
upstream: released (2.4.26-pre4)
-linux-2.6:
-2.6.8-sarge-security:
+linux-2.6: N/A
+2.6.8-sarge-security: N/A
2.4.27-sarge-security: N/A
2.4.19-woody-security: released (2.4.19-4.woody2)
2.4.18-woody-security: released (2.4.18-14.3)
More information about the Kernel-svn-changes
mailing list