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

updated genext2fs (1.4.1 -> 1.5.0)
author Hans-G?nter Theisgen
date Mon Feb 28 17:48:46 2022 +0100 (2022-02-28)
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 ();