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