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

Add as & asxxxx
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 13 10:27:34 2022 +0000 (2022-04-13)
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 ();