]> sourceware.org Git - lvm2.git/commit
vgsplit: temporary list pointer may be invalid
authorHeinz Mauelshagen <heinzm@redhat.com>
Tue, 12 Jul 2016 14:15:32 +0000 (16:15 +0200)
committerHeinz Mauelshagen <heinzm@redhat.com>
Tue, 12 Jul 2016 14:15:32 +0000 (16:15 +0200)
commit4ca55192e0347c0c5124f7f2d8c1c30aa4d57a43
tree277520ff2b47679d07f960a484606f10a038428f
parentd5be748341ec88e35c826b70152bf1e757653a3a
vgsplit: temporary list pointer may be invalid

4420d41fea8 introduced recursive split of lvs which
splits a top-level LV together with it's sub LVs.

This lead to invalid temporary list pointers
causing hangs/OOM situations.

Patch updates the temporary list pointer
referencing a moved sub LV.

- resolves rhbz1354686
tools/vgsplit.c
This page took 0.040203 seconds and 5 git commands to generate.