zhangyue
07641b5f32
md: fix double free of mddev->private in autorun_array()
...
In driver/md/md.c, if the function autorun_array() is called,
the problem of double free may occur.
In function autorun_array(), when the function do_md_run() returns an
error, the function do_md_stop() will be called.
The function do_md_run() called function md_run(), but in function
md_run(), the pointer mddev->private may be freed.
The function do_md_stop() called the function __md_stop(), but in
function __md_stop(), the pointer mddev->private also will be freed
without judging null.
At this time, the pointer mddev->private will be double free, so it
needs to be judged null or not.
Signed-off-by: zhangyue <zhangyue1@kylinos.cn >
Signed-off-by: Song Liu <songliubraving@fb.com >
2021-12-10 09:11:07 -08:00
..
2021-11-09 11:24:08 -08:00
2021-06-25 15:25:24 -04:00
2021-10-27 16:53:47 -04:00
2021-10-27 16:53:47 -04:00
2021-10-18 06:17:02 -06:00
2021-11-09 11:02:04 -08:00
2021-10-18 14:43:22 -06:00
2021-10-18 14:43:22 -06:00
2021-04-19 13:20:31 -04:00
2020-03-27 14:42:51 -04:00
2021-10-18 14:43:22 -06:00
2021-10-21 10:49:32 -06:00
2021-11-09 11:02:04 -08:00
2021-08-10 13:34:23 -04:00
2021-10-18 14:43:22 -06:00
2021-10-18 14:43:22 -06:00
2021-10-18 14:43:22 -06:00
2021-10-18 14:43:22 -06:00
2021-10-18 14:43:22 -06:00
2021-10-18 06:17:01 -06:00
2021-08-20 15:59:47 -04:00
2020-08-04 15:51:28 -04:00
2021-11-09 11:02:04 -08:00
2021-06-28 16:30:13 -04:00
2021-02-26 15:49:51 -07:00
2021-08-10 13:34:23 -04:00
2021-06-15 15:42:03 -04:00
2021-10-18 14:43:22 -06:00
2021-08-10 13:34:23 -04:00
2021-11-09 11:02:04 -08:00
2021-10-18 14:43:22 -06:00
2021-11-01 10:12:44 -07:00
2020-05-15 10:29:36 -04:00
2021-10-18 06:17:01 -06:00
2021-08-10 13:34:23 -04:00
2021-08-10 13:34:23 -04:00
2021-08-10 13:34:23 -04:00
2021-08-10 13:34:23 -04:00
2021-08-10 13:34:23 -04:00
2021-10-18 14:43:22 -06:00
2021-10-18 06:17:01 -06:00
2021-08-10 13:34:23 -04:00
2021-08-10 13:34:23 -04:00
2021-08-10 13:34:23 -04:00
2020-05-20 17:09:44 -04:00
2021-08-10 13:34:23 -04:00
2021-10-18 14:43:22 -06:00
2021-11-09 11:02:04 -08:00
2021-10-18 14:43:22 -06:00
2021-10-18 14:43:22 -06:00
2021-08-10 13:34:23 -04:00
2021-04-14 14:28:29 -04:00
2021-04-14 14:28:29 -04:00
2021-11-09 11:02:04 -08:00
2021-05-25 16:14:05 -04:00
2020-08-04 15:48:13 -04:00
2020-07-13 11:47:33 -04:00
2021-11-09 11:02:04 -08:00
2020-12-04 18:04:35 -05:00
2021-06-25 15:25:23 -04:00
2021-06-04 12:07:28 -04:00
2021-06-04 12:07:24 -04:00
2021-11-09 11:02:04 -08:00
2020-06-05 14:59:53 -04:00
2021-11-09 11:20:07 -08:00
2021-06-04 12:07:37 -04:00
2021-10-27 16:54:36 -04:00
2021-10-27 16:53:47 -04:00
2020-08-23 17:36:59 -05:00
2021-11-02 11:41:44 -07:00
2020-12-16 13:09:32 -08:00
2021-06-14 22:32:07 -07:00
2021-06-14 22:32:07 -07:00
2020-05-13 12:02:23 -07:00
2021-06-14 22:32:07 -07:00
2021-12-10 09:11:07 -08:00
2021-10-18 14:50:33 -06:00
2021-06-14 22:32:06 -07:00
2021-10-18 14:50:28 -06:00
2021-06-14 22:32:07 -07:00
2021-03-11 07:47:48 -07:00
2021-11-02 11:41:45 -07:00
2021-10-18 14:50:33 -06:00
2020-09-24 16:44:44 -07:00
2021-10-18 14:50:33 -06:00
2021-06-14 22:32:07 -07:00