zimmski / tavor

A generic fuzzing and delta-debugging framework
MIT License
245 stars 10 forks source link

Decide on what we should do with real endless loops #69

Open zimmski opened 10 years ago

zimmski commented 10 years ago
A = "a" B
B = "b" A

START = A

This loop can never exit, what should happen here if we unroll?