zimmski / tavor

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

Fixes zimmski/tavor#54 - Change filter interface #84

Closed yblein closed 9 years ago

yblein commented 9 years ago

Change the fuzzing filter interface so that filters only return one token. Filters can now merge multiple tokens as they wish before returning.

Fixes #54

zimmski commented 9 years ago

Looks like errcheck does more than before, I will fix that first before looking at the PR

zimmski commented 9 years ago

This looks really good! Please have a look at my comments.

zimmski commented 9 years ago

Well done!

Some pointers for the future: