1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-13 00:58:47 +03:00
Ming-Hung Tsai 219ba4f54a lvmanip: uninitialized members in struct pv_list (#10)
Scenario: Given an existed LV `lvol0`, I want to create another LV
on the PVs used by `lvol0`.

I use `build_parallel_areas_from_lv()` to obtain the `pv_list` of each segments.
However, the returned `pv_list` is not properly initialized, which causes
segfault in subsequent operations.

(cherry picked from commit 859feb81e5b61ac2109b1d7850844ccf1ce3e5bf)
2018-12-17 16:11:10 +01:00
..
2018-12-04 14:33:39 -06:00
2018-12-04 14:33:39 -06:00
2018-12-04 14:33:37 -06:00
2018-12-17 16:11:09 +01:00
2018-06-08 13:40:53 +01:00
2018-06-08 13:40:53 +01:00
2018-12-04 14:33:35 -06:00
2018-06-08 13:40:53 +01:00
2018-10-15 17:49:44 +02:00
2018-07-02 10:24:20 +02:00
2018-06-08 13:40:53 +01:00
2018-06-08 13:40:53 +01:00
2018-07-09 15:29:16 +02:00
2018-06-08 13:40:53 +01:00
2018-07-11 11:26:42 -05:00