]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fdisk: Correct handling of hybrid MBR
authorElliott Mitchell <ehem+util-linux@drgnwing.com>
Thu, 29 Aug 2019 03:12:50 +0000 (20:12 -0700)
committerKarel Zak <kzak@redhat.com>
Tue, 1 Oct 2019 10:04:02 +0000 (12:04 +0200)
commiteb913f6b98c2198592341b38fd70cc061a8904b2
treee83bf4014d502f017c075307ac16a7477d229693
parent5c1c594ee5a9c443d42f835337bbaf162671b258
fdisk: Correct handling of hybrid MBR

The traditional MBR has pretty well NO limitations on slices.  They can
be a single misaligned sector if desired.  While this is undesireable
for most real world uses, for the few places they're still used extra
limitations cause breakage not safety.

Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/dos.c