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

updated libnids (1.24 -> 1.26)
author Hans-G?nter Theisgen
date Wed Mar 23 06:19:41 2022 +0100 (2022-03-23)
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 ();