1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00
lvm2/lib
Ming-Hung Tsai 859feb81e5 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.
2018-12-14 15:23:18 +01:00
..
activate raid: fix (de)activation of RaidLVs with visible SubLVs 2018-12-11 16:35:34 +01:00
cache remove unused full filter 2018-12-04 14:06:46 -06:00
cache_segtype Allow dm-cache cache device to be standard LV 2018-11-06 13:44:54 -06:00
commands remove unused full filter 2018-12-04 14:06:46 -06:00
config config settings: fix version 3.0.0 2018-11-28 12:16:50 -06:00
datastruct build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
device cleanup: some local headers first 2018-12-14 15:14:48 +01:00
display display: basic vdo segment lvdisplay and lvs support 2018-07-09 15:28:35 +02:00
error device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
filters devs: use udev info to improve md component detection 2018-12-03 12:58:28 -06:00
format_text cleanup: some local headers first 2018-12-14 15:14:48 +01:00
freeseg device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
label headers: use configure.h as 1st. header 2018-12-14 15:09:13 +01:00
locking Allow dm-cache cache device to be standard LV 2018-11-06 13:44:54 -06:00
log device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
lvmpolld device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
metadata lvmanip: uninitialized members in struct pv_list (#10) 2018-12-14 15:23:18 +01:00
mirror cov: drop uneeded header files 2018-10-15 17:49:44 +02:00
misc headers: use configure.h as 1st. header 2018-12-14 15:09:13 +01:00
mm memlock: extend exception list 2018-07-02 10:24:20 +02:00
notify build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
properties build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
raid Merge branch '2018-06-04-data-structs' 2018-06-08 14:21:07 +01:00
report Allow dm-cache cache device to be standard LV 2018-11-06 13:44:54 -06:00
snapshot Merge branch '2018-06-04-data-structs' 2018-06-08 14:21:07 +01:00
striped device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
thin Merge branch '2018-06-04-data-structs' 2018-06-08 14:21:07 +01:00
unknown device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
uuid build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
vdo dmeventd: lvm vdo support 2018-07-09 15:29:16 +02:00
writecache Add dm-writecache support 2018-11-06 14:18:41 -06:00
zero device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
Makefile.in Add dm-writecache support 2018-11-06 14:18:41 -06:00