Add CVE-2016-5195
This commit is contained in:
7
CVE-2016-5195/Makefile
Normal file
7
CVE-2016-5195/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
TARGET := CVE-2016-5195
|
||||
|
||||
all:
|
||||
gcc CVE-2016-5195.c -o $(TARGET) -lpthread
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET)
|
Reference in New Issue
Block a user