Btrfs: Don't trust the superblock label and simply printk("%s") it
authorStefan Behrens <sbehrens@giantdisaster.de>
Mon, 5 Nov 2012 13:10:49 +0000 (13:10 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Wed, 12 Dec 2012 22:15:26 +0000 (17:15 -0500)
commitd03f918ab9036cc71740c0aa796c8e02e6f6f6d3
treeff6c9ec2d42a9d5e54c640a1ff88f0a8dc4404cf
parent109f2365f1928af241b2ccbd0f6ba0b93d911288
Btrfs: Don't trust the superblock label and simply printk("%s") it

Someone who is root or capable(CAP_SYS_ADMIN) could corrupt the
superblock and make Btrfs printk("%s") crash while holding the
uuid_mutex since nobody forces a limit on the string. Since the
uuid_mutex is significant, the system would be unusable
afterwards.

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
Reviewed-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/volumes.c