]> sourceware.org Git - lvm2.git/commit
PE size overflows, on most architectures it is catch by "PE cannot be 0"
authorMilan Broz <mbroz@redhat.com>
Wed, 2 Mar 2011 20:00:09 +0000 (20:00 +0000)
committerMilan Broz <mbroz@redhat.com>
Wed, 2 Mar 2011 20:00:09 +0000 (20:00 +0000)
commit227457e20ddc1b5bfef619a770c4c0388df30a05
tree319d643d5218a4933bc70cea8167c83edc7150c4
parent9c2c45f192fb93e9aa4b1a6adcb6802ac7977baf
PE size overflows, on most architectures it is catch by "PE cannot be 0"
but s390x unfortunately return something usable.

Always use unit64 in inital parameter check.
WHATS_NEW
lib/metadata/metadata-exported.h
tools/toollib.c
tools/vgchange.c
This page took 0.030724 seconds and 5 git commands to generate.