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

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

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
lib/path.c