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
2019-11-05 14:53:03 -05:00
2017-06-09 09:27:32 -06:00
2020-01-07 12:07:08 -05:00
2017-03-07 11:30:16 -05:00
2021-10-18 06:17:02 -06:00
2021-11-09 11:02:04 -08:00
2017-11-02 11:10:55 +01:00
2018-04-30 15:40:40 -04:00
2017-03-07 13:28:31 -05:00
2016-12-16 00:13:41 +02:00
2021-10-18 14:43:22 -06:00
2017-03-07 13:28:31 -05:00
2017-03-07 13:28:31 -05:00
2018-10-16 14:34:59 -04:00
2017-03-07 13:28:31 -05: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
2018-06-12 18:28:00 -07:00
2021-10-18 06:17:01 -06:00
2019-03-05 14:48:50 -05: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
2017-11-02 11:10:55 +01:00
2021-08-10 13:34:23 -04:00
2021-10-18 14:43:22 -06:00
2018-10-11 11:36:09 -04:00
2021-11-09 11:02:04 -08:00
2019-04-25 15:38:52 -04:00
2021-10-18 14:43:22 -06:00
2019-12-05 17:05:24 -05:00
2021-10-18 14:43:22 -06:00
2019-05-30 11:26:35 -07:00
2019-05-30 11:26:35 -07: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
2018-08-01 15:49:39 -07:00
2020-12-16 13:09:32 -08:00
2018-10-18 09:36:35 -07: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
2018-05-30 15:33:32 -06: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
2019-09-13 13:10:05 -07:00
2019-06-15 01:37:35 -06: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
2019-03-12 10:15:18 -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