GNU bug report logs - #16231
[PATCH] Fix loop labels

Previous Next

Package: parted;

Reported by: Phillip Susi <psusi <at> ubuntu.com>

Date: Mon, 23 Dec 2013 20:54:02 UTC

Severity: normal

Tags: patch

Done: Phillip Susi <psusi <at> ubuntu.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Phillip Susi <psusi <at> ubuntu.com>
To: "Brian C. Lane" <bcl <at> redhat.com>
Cc: 16231 <at> debbugs.gnu.org
Subject: bug#16231: [PATCH 0/9] Refactored loop fixes
Date: Thu, 22 May 2014 09:32:33 -0400
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 5/21/2014 8:42 PM, Brian C. Lane wrote:
> The problem is that the ntfs probe has a fixed 512b buffer and
> tries to read a whole sector into it. The fat probes may also have
> similar issues.

You must be using an out of date tree; commit 80678bdd957cf4 fixed that:

 static PedGeometry*
 ntfs_probe (PedGeometry* geom)
 {
- -       char    buf[512];
+       char    *buf = alloca (geom->dev->sector_size);
+       PedGeometry *newg = NULL;

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTffxxAAoJEI5FoCIzSKrwWlYH/0RnKFsvr98qEyggM65tck0C
6cWVk4v91Al5mVlu/kU9ey/6FMOj5but91oBeQHTl603tZYFE+rLWXVQ9PPBSb+h
G2lGjTl6Rj4M9pjSPh59XvnLcM5Zgn9d5bP/3i4zUkkzNtgowufTpmXgFFNib58L
nF++rhTxL2l+3XZb356HYiXCbRb+enf2PS4Jz2U1cKjj8s4tusI/3bzN2MZmxubH
XtjNqiOnyaqOKXgz1VPQaMFe99cv07wQNkUiIO9EPIPwYbev2jr7lj/6fCfv6aIX
wdI5h2xkj48qK7FRdMalIk+2Sd5PsAoScRoMSRoW6a8GlX7qeu4ONxTCTpn9BnU=
=erE8
-----END PGP SIGNATURE-----




This bug report was last modified 11 years and 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.