]> 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)
commitbe3510b204ad05e6af7fa8f0b4b06729143bfd5f
tree319d643d5218a4933bc70cea8167c83edc7150c4
parent301c2b8822f212c2dba462dd7390bbab03ebc823
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.028329 seconds and 5 git commands to generate.