TARGET := CVE-2019-15666 all: gcc CVE-2019-15666.c -o $(TARGET) -lpthread cp test.sh $(TARGET)_test clean: rm -f $(TARGET) $(TARGET)_test