Files
linux/fs
Chao Yu 8908e75310 f2fs: fix to verify tpage before releasing in f2fs_free_dic()
In below error path, tpages[i] could be NULL, fix to check it before
releasing it.
- f2fs_read_multi_pages
 - f2fs_alloc_dic
  - f2fs_free_dic

Fixes: 61fbae2b2b ("f2fs: fix to avoid NULL pointer dereference")
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2020-04-03 10:21:31 -07:00
..
2019-11-11 09:21:59 -05:00
2020-01-14 13:28:28 -08:00
2020-02-07 14:39:38 +09:00
2020-02-05 20:34:32 -08:00
2020-02-07 14:48:35 -05:00
2020-02-07 14:48:35 -05:00
2020-02-01 10:36:49 -08:00
2020-02-03 21:23:33 -05:00
2019-12-08 14:37:36 +01:00