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:
a661fc5
)
ceph: avoid panic with mismatched symlink sizes in fill_inode()
author
Xi Wang
<xi.wang@gmail.com>
Fri, 3 Feb 2012 14:55:36 +0000
(09:55 -0500)
committer
Alex Elder
<elder@dreamhost.com>
Thu, 22 Mar 2012 15:47:45 +0000
(10:47 -0500)
Return -EINVAL rather than panic if iinfo->symlink_len and inode->i_size
do not match.
Also use kstrndup rather than kmalloc/memcpy.
Signed-off-by: Xi Wang <xi.wang@gmail.com>
Reviewed-by: Alex Elder <elder@dreamhost.com>
No differences found