Print warning when a GPT partition start or end is outside the
authorkrw <krw@openbsd.org>
Mon, 29 Aug 2022 19:39:10 +0000 (19:39 +0000)
committerkrw <krw@openbsd.org>
Mon, 29 Aug 2022 19:39:10 +0000 (19:39 +0000)
commitccf52da13d9f15c5d39980cb320b2bd88c75b2fc
tree238c83b8e7bad587c886b19908e28668bd9f11b4
parent36a94833e592cf814357a417bb05682830936b9f
Print warning when a GPT partition start or end is outside the
usable LBA area of the device the GPT is currently inhabiting.

Makes GPT display as informative as MBR display.

In passing, eliminate possible underflow in partition size
calculation.

ok deraadt@
sbin/fdisk/gpt.c