Skip to content

Commit 2003f79

Browse files
authored
Update rat-C.c
1 parent 75ad6d7 commit 2003f79

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

oth/rat-C.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
//It also uses the system function to execute files, which can be a security risk if not used carefully.
99
//Additionally, this code does not handle errors as robustly as it could, and it does not implement any authentication or authorization mechanisms.
1010

11-
12-
Note that this code uses the POSIX socket API and the pthread library for threading. It also uses the system function to execute files, which can be a security risk if not used carefully. Additionally, this code does not handle errors as robustly as it could, and it does not implement any authentication or authorization mechanisms.
13-
1411
#include <stdio.h>
1512
#include <stdlib.h>
1613
#include <string.h>

0 commit comments

Comments
 (0)