Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzzing #84

Merged
merged 7 commits into from Apr 6, 2020

cosmetic filter parsing crash

  • Loading branch information
AndriusA committed Mar 30, 2020
commit cd4b9a7557f94d2d9a54ac7cde9d398e4baa6aaa

Some generated files are not rendered by default. Learn more.

@@ -201,4 +201,12 @@ mod tests {
assert!(result.is_ok());
}

#[test]
fn parse_filter_failed_fuzz_4() {
// \\##+js(,\xdd\x8d
assert!(parse_filter(
&String::from_utf8(vec![92, 35, 35, 43, 106, 115, 40, 44, 221, 141]).unwrap(),
true, true, true).is_ok());
}

}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.