ceph: avoid panic with mismatched symlink sizes in fill_inode()
authorXi Wang <xi.wang@gmail.com>
Fri, 3 Feb 2012 14:55:36 +0000 (09:55 -0500)
committerAlex Elder <elder@dreamhost.com>
Thu, 22 Mar 2012 15:47:45 +0000 (10:47 -0500)
commit810339ec2fae5cbd0164b8acde7fb65652755864
tree4a7ea72b1af2201d2bc521afc5e34ed6f6a8ca41
parenta661fc561190c0ee2d7cfabcfa92204e2b3aa349
ceph: avoid panic with mismatched symlink sizes in fill_inode()

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>
fs/ceph/inode.c