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

Add finch & btop (thanks ceel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 30 08:50:05 2022 +0000 (18 months ago)
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 ();