wok view polkit/stuff/CVE-2021-4034.u @ rev 25033

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:53 2022 +0100 (2022-05-20)
parents
children
line source
1 --- src/programs/pkcheck.c
2 +++ src/programs/pkcheck.c
3 @@ -353,6 +353,11 @@
4 local_agent_handle = NULL;
5 ret = 126;
7 + if (argc < 1)
8 + {
9 + exit(126);
10 + }
11 +
12 g_type_init ();
14 details = polkit_details_new ();