]> git.ipfire.org Git - thirdparty/systemd.git/commit
options: tighten validation of argc/argv
authorLennart Poettering <lennart@amutable.com>
Fri, 24 Apr 2026 08:37:48 +0000 (10:37 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Mon, 27 Apr 2026 18:12:46 +0000 (20:12 +0200)
commitbd2d2fec80f059eff279c76275f564323259ca37
tree49c53bf841c78747130551fd3fd54d79d4b708e2
parentb10d3631f36e4c45f6815f6461e4ab6e44553e03
options: tighten validation of argc/argv

If argc/argv do no match a lot of our assumptions are invalid, hence
let's check this explicitly once, instead of ignoring the issue.
src/shared/options.c