Skip to content

Commit 516f68b

Browse files
author
root
committed
commit
1 parent a8a8fe0 commit 516f68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sender.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
//key
66
key_t key;
7-
7+
//UNSAFE CODE
88
//shared memory
99
int shmid;
1010
char * shmptr;
@@ -13,7 +13,7 @@ char input[SHM_SIZE];
1313
//semaphore
1414
sem_t * full;
1515
sem_t * mutex;
16-
//semaphore
16+
//semaphore
1717

1818

1919
void Init()

0 commit comments

Comments
 (0)