Programming-Systems-Lab / bug-collection

This is a collection of bugs/security vulnerabilities with before and after test cases to be used for research experiments
MIT License
1 stars 0 forks source link

nginx-buggy-1 #12

Open asn10038 opened 5 years ago

asn10038 commented 5 years ago

not quite sure what this is supposed to do. There is a note on Victor's status table but I'm not sure what it's looking for.

wzao1515 commented 5 years ago

Nginx is supposed to read a config file by using -c flag, and then the buggy version of nginx would throw an error of parsing, which the patched version is fixed.