This website requires JavaScript.
Explore
Help
Sign In
etc
/
lpe
Watch
1
Star
0
Fork
0
Code
Releases
Activity
Files
master
lpe
/
CVE-2017-1000112
/
Makefile
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
8 lines
95 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
Add CVE-2017-1000112
2019-08-19 22:33:39 +02:00
TARGET
:=
CVE-2017-1000112
all
:
gcc CVE-2017-1000112.c -o
$(
TARGET
)
clean
:
rm -f
$(
TARGET
)
Copy Permalink