summaryrefslogtreecommitdiffstats
path: root/kernel/resource.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2020-08-04 12:16:45 +0200
committerSong Liu <songliubraving@fb.com>2020-08-06 02:07:48 +0200
commite8abe1de43dac658dacbd04a4543e0c988a8d386 (patch)
tree8a04e1f65a11776c31c4168027ace095a8bf48b4 /kernel/resource.c
parentmd: get sysfs entry after redundancy attr group create (diff)
downloadlinux-e8abe1de43dac658dacbd04a4543e0c988a8d386.tar.xz
linux-e8abe1de43dac658dacbd04a4543e0c988a8d386.zip
md-cluster: Fix potential error pointer dereference in resize_bitmaps()
The error handling calls md_bitmap_free(bitmap) which checks for NULL but will Oops if we pass an error pointer. Let's set "bitmap" to NULL on this error path. Fixes: afd756286083 ("md-cluster/raid10: resize all the bitmaps before start reshape") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Guoqing Jiang <guoqing.jiang@cloud.ionos.com> Signed-off-by: Song Liu <songliubraving@fb.com>
Diffstat (limited to 'kernel/resource.c')
0 files changed, 0 insertions, 0 deletions