]> sourceware.org Git - lvm2.git/commit
python-lvm: seg. fault in liblvm_lvm_percent_to_float
authorTony Asleson <tasleson@redhat.com>
Tue, 23 Oct 2012 19:50:14 +0000 (14:50 -0500)
committerTony Asleson <tasleson@redhat.com>
Tue, 23 Oct 2012 19:54:06 +0000 (14:54 -0500)
commit8073ce16900def5a200fce44cb69862bfc50d4ce
tree7492d4c4b5ec927517acf2fe7f3f4beb67b23beb
parenta820a68619c10108666f8093545837233c954046
python-lvm: seg. fault in liblvm_lvm_percent_to_float

The first parameter needs to be present even if it isn't being
used, otherwise the one any only parameter we get is null
which causes PyArg_ParseTuple to seg. fault.

Signed-off-by: Tony Asleson <tasleson@redhat.com>
python/liblvm.c
This page took 0.038377 seconds and 5 git commands to generate.