Don't ignore an OpenBSD GPT partition just because the GPT says
authorkrw <krw@openbsd.org>
Fri, 2 Sep 2022 14:18:47 +0000 (14:18 +0000)
committerkrw <krw@openbsd.org>
Fri, 2 Sep 2022 14:18:47 +0000 (14:18 +0000)
commit9619265f8ac53c7eff18236937a7b7673dc76cbf
tree86d9a963ebc1cac786c7c68d2ad9178404b9d234
parentf09e68de7a2f31e9de90f7dfdb80212c85f7653f
Don't ignore an OpenBSD GPT partition just because the GPT says
it extends beyond the edge of the disk the GPT currently
inhabits. We only care if enough of it is addressable that a
disklabel is accessible.

Brings GPT handling of 'OpenBSD partitions extending too far'
into line with the MBR handling of the same situation.
sys/kern/subr_disk.c