2 papers
cs.SE2023
Program Repair by Fuzzing over Patch and Input Space
Yuntong Zhang, Ridwan Shariffdeen, Gregory J. Duck +2
Fuzz testing (fuzzing) is a well-known method for exposing bugs/vulnerabilities in software systems. Popular fuzzers, such as AFL, use a biased random search over the domain of pro…
cs.SE2023
Patch Space Exploration using Static Analysis Feedback
Yuntong Zhang, Andreea Costea, Ridwan Shariffdeen +2
Automated Program Repair (APR) techniques typically rely on a given test-suite to guide the repair process. Apart from the need to provide test oracles, this makes the produced pat…