Skip to content

Add fuzzer for filters

hansmi requested to merge hansmi/usbredir:fuzzfilter1 into master

Filters are exposed to the peer and parser bugs could be dangerous. None were found during the implementation of this fuzzer.

A minor change is made to the filter code to reject separators which aren't exactly one character long (as documented as a requirement).

Merge request reports