Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
background: Improve validation of commandline option
Check that the first commandline item doesn't start with whitespaces or a hyphen. Also sneakily plug a memory leak, g_variant_get_strv() is transfer- container. Switch to g_autofree on the variable. Mitigates: CVE-2024-32462
- Loading branch information