]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fdisk: remove usage of VLA
authorThomas Weißschuh <thomas@t-8ch.de>
Tue, 12 Sep 2023 22:09:39 +0000 (00:09 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Wed, 13 Sep 2023 06:37:02 +0000 (08:37 +0200)
commit0e58ad78350a61c88f4b97389a8f83f24ae11d11
tree60083f191b4772a8da616846243d3e5856cef656
parent7098e911c4a731a9062b75c6a477cd203042860d
fdisk: remove usage of VLA

Variable-length-arrays are susceptible to security issues, avoid them.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
disk-utils/fdisk-list.c