git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbc89dc
)
[XFS] Fix oops in xfs_file_readdir()
author
David Chinner
<dgc@sgi.com>
Wed, 6 Feb 2008 02:37:40 +0000
(13:37 +1100)
committer
Lachlan McIlroy
<lachlan@redback.melbourne.sgi.com>
Thu, 7 Feb 2008 07:24:13 +0000
(18:24 +1100)
When xfs_file_readdir() exactly fills a buffer, it can move it's index
past the end of the buffer and dereference it even though the result of
the dereference is never used. On some platforms this causes an oops.
SGI-PV: 976923
SGI-Modid: xfs-linux-melb:xfs-kern:30458a
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
No differences found