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:
687d1c5
)
xfs: fix acl count validation in xfs_acl_from_disk()
author
Xi Wang
<xi.wang@gmail.com>
Mon, 12 Dec 2011 21:55:52 +0000
(21:55 +0000)
committer
Ben Myers
<bpm@sgi.com>
Fri, 16 Dec 2011 21:17:42 +0000
(15:17 -0600)
Commit
fa8b18ed
didn't prevent the integer overflow and possible
memory corruption. "count" can go negative and bypass the check.
Signed-off-by: Xi Wang <xi.wang@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
No differences found