Skip to content

Commit

Permalink
Add 3 regex trophies
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGrandperrin committed Apr 17, 2018
1 parent 12e71fd commit 09852ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ quick-xml | [index out of bounds](https://github.com/tafia/quick-xml/issues/94)
regex | [#84](https://github.com/rust-lang/regex/issues/84) | afl | `unwrap`
regex | [regex parsing panics](https://github.com/rust-lang/regex/pull/349) with [blog post](https://www.nibor.org/blog/fuzzing-is-magic---or-how-i-found-a-panic-in-rusts-regex-library/) | libfuzzer | `unwrap`
regex | [#417](https://github.com/rust-lang/regex/issues/417) | afl | `utf-8`
regex | [index out of bounds](https://github.com/rust-lang/regex/issues/464) | honggfuzz | `oor`
regex | [Unexpected match branch](https://github.com/rust-lang/regex/issues/465) | honggfuzz | `logic`
regex | [called Option::unwrap() on a None value](https://github.com/rust-lang/regex/issues/465) | honggfuzz | `unwrap`
rust-asn1 | [#32](https://github.com/alex/rust-asn1/issues/32) | afl |
rust-url | [#108](https://github.com/servo/rust-url/pull/108) | afl | `oor`
rustc | [#24275](https://github.com/rust-lang/rust/issues/24275) | afl | `other`
Expand Down

2 comments on commit 09852ec

@robertswiecki
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just FYI: Some new interesting finds in Rust code: hyperium/h2#263

@PaulGrandperrin
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
#26

Please sign in to comment.