]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libfdisk: (gpt) remove unnecessary code
authorKarel Zak <kzak@redhat.com>
Wed, 8 Feb 2023 15:21:32 +0000 (16:21 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Feb 2023 15:21:32 +0000 (16:21 +0100)
commitce2d993bc667f634a8a98503a99249fcc21a9af2
tree49d9924084dfbeefc71a495453337ef43d4126a4
parentde6fd830ab28f488e408a1989dd1438f1b497bb7
libfdisk: (gpt) remove unnecessary code

The function gpt_sizeof_entries() already checks for limits.

Fixes: https://github.com/util-linux/util-linux/issues/2057
Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/gpt.c