1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/commands
David Teigland 2bcd43c683 lvmcache: remove unused_duplicate_devs list from cmd
Save the previous duplicate PVs in a global list instead
of a list on the cmd struct.  dmeventd reuses the cmd struct
for multiple commands, and the list entries between commands
were being freed (apparently), causing a segfault in dmeventd
when it tried to use items in cmd->unused_duplicate_devs
that had been saved there by the previous command.
2019-06-07 10:14:33 -05:00
..
toolcontext.c lvmcache: remove unused_duplicate_devs list from cmd 2019-06-07 10:14:33 -05:00
toolcontext.h lvmcache: remove unused_duplicate_devs list from cmd 2019-06-07 10:14:33 -05:00