summaryrefslogtreecommitdiffstats
path: root/retired/CVE-2004-0177
diff options
context:
space:
mode:
authordann frazier <dannf@debian.org>2006-08-17 00:24:25 +0000
committerdann frazier <dannf@debian.org>2006-08-17 00:24:25 +0000
commitf3581ec9b2d48c6103c22fecb46f713217d834e8 (patch)
tree16359328df8385089d75b771a15c849bc9d052ea /retired/CVE-2004-0177
parentfcaf6d1f99829e04e46b5eb27e1aac3451308455 (diff)
move retired to the top level hierarchy so people can easily checkout just the active issues
git-svn-id: svn+ssh://svn.debian.org/svn/kernel-sec@548 e094ebfe-e918-0410-adfb-c712417f3574
Diffstat (limited to 'retired/CVE-2004-0177')
-rw-r--r--retired/CVE-2004-017728
1 files changed, 28 insertions, 0 deletions
diff --git a/retired/CVE-2004-0177 b/retired/CVE-2004-0177
new file mode 100644
index 00000000..f42298e4
--- /dev/null
+++ b/retired/CVE-2004-0177
@@ -0,0 +1,28 @@
+Candidate: CVE-2004-0177
+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: 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)
+2.4.17-woody-security: released (2.4.17-1woody3)
+2.4.16-woody-security: released (2.4.16-1woody2)
+2.4.17-woody-security-hppa: released (32.4, 62.3)
+2.4.17-woody-security-ia64: released (011226.17)
+2.4.18-woody-security-hppa: released (62.3)

© 2014-2024 Faster IT GmbH | imprint | privacy policy