Files
android_kernel_xiaomi_sm8450/fs/btrfs
Colin Ian King 3993b112da btrfs: avoid null pointer dereference on fs_info when calling btrfs_crit
There are checks on fs_info in __btrfs_panic to avoid dereferencing a
null fs_info, however, there is a call to btrfs_crit that may also
dereference a null fs_info. Fix this by adding a check to see if fs_info
is null and only print the s_id if fs_info is non-null.

Detected by CoverityScan CID#401973 ("Dereference after null check")

Fixes: efe120a067 ("Btrfs: convert printk to btrfs_ and fix BTRFS prefix")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2017-10-30 12:27:56 +01:00
..
2017-10-30 12:27:55 +01:00
2017-08-15 09:02:09 -07:00
2017-08-15 09:02:09 -07:00
2017-10-30 12:27:55 +01:00
2017-10-30 12:27:55 +01:00
2017-08-15 09:02:09 -07:00