Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 144206 Details for
Bug 215419
CVE-2006-6054 ext2_check_page denial of service
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
upstream patch sent to LKML today
ext2_corrupt_dir (text/plain), 610 bytes, created by
Eric Sandeen
on 2006-12-21 19:00:06 UTC
(
hide
)
Description:
upstream patch sent to LKML today
Filename:
MIME Type:
Creator:
Eric Sandeen
Created:
2006-12-21 19:00:06 UTC
Size:
610 bytes
patch
obsolete
>Index: linux-2.6.19/fs/ext2/dir.c >=================================================================== >--- linux-2.6.19.orig/fs/ext2/dir.c >+++ linux-2.6.19/fs/ext2/dir.c >@@ -368,6 +368,14 @@ struct ext2_dir_entry_2 * ext2_find_entr > } > if (++n >= npages) > n = 0; >+ /* next page is past the blocks we've got */ >+ if (unlikely(n > (dir->i_blocks >> (PAGE_CACHE_SHIFT - 9)))) { >+ ext2_error(dir->i_sb, __FUNCTION__, >+ "dir %lu size %lld exceeds block count %llu", >+ dir->i_ino, dir->i_size, >+ (unsigned long long)dir->i_blocks); >+ goto out; >+ } > } while (n != start); > out: > return NULL;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215419
: 144206