Skip to content

Commit 75329cc

Browse files
committed
Add ;
1 parent 6d541b6 commit 75329cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external/source/exploits/CVE-2023-0386/cve_2023_0386.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ int main(int argc, char const *argv[])
190190

191191
preps();
192192

193-
setuid(0)
194-
setgid(0)
193+
setuid(0);
194+
setgid(0);
195195

196196
int pid = fork();
197197
if (pid == 0)

0 commit comments

Comments
 (0)