[parted-devel] two unstable-specific bugs

Jim Meyering jim at meyering.net
Tue Jan 27 07:31:14 UTC 2009


Xavier Oswald <x.oswald at free.fr> wrote:
> Please consider applying the attached patch for the next release.
>
> It fixes architectures segfault when the size of a pointer is greater than the
> size of an integer.
>
> Im going now to package the new release for debian.

Trying to reproduce that, I noticed this failure with
the version in debian unstable:

    $ touch k; echo q | parted -s k
    zsh: segmentation fault  parted -s k

Also with debian unstable's parted,
I discovered that this causes a segfault (use of free'd memory):

    dd if=/dev/zero count=1 >f; MALLOC_PERTURB_=1 parted -s f p

Neither bug was reproducible with fedora rawhide, F10, or upstream.



More information about the parted-devel mailing list