1
0

Add CVE-2019-15666

This commit is contained in:
2020-06-14 23:39:22 +00:00
parent 0bfb66eb9e
commit 265676367c
5 changed files with 897 additions and 0 deletions

8
CVE-2019-15666/Makefile Normal file
View File

@ -0,0 +1,8 @@
TARGET := CVE-2019-15666
all:
gcc CVE-2019-15666.c -o $(TARGET) -lpthread
cp test.sh $(TARGET)_test
clean:
rm -f $(TARGET) $(TARGET)_test