Skip to content

Commit a10459e

Browse files
committed
Formatting exploit
1 parent 130f146 commit a10459e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,10 @@ int main(int argc, char const *argv[])
189189
snprintf(DIR_MERGE, STR_LENGTH, "%s/%s", argv[2], "merge");
190190

191191
preps();
192-
setuid(0)
193-
setgid(0)
192+
193+
setuid(0)
194+
setgid(0)
195+
194196
int pid = fork();
195197
if (pid == 0)
196198
{

0 commit comments

Comments
 (0)