Skip to content

Commit 09852ec

Browse files
Add 3 regex trophies
1 parent 12e71fd commit 09852ec

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ quick-xml | [index out of bounds](https://github.com/tafia/quick-xml/issues/94)
6666
regex | [#84](https://github.com/rust-lang/regex/issues/84) | afl | `unwrap`
6767
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`
6868
regex | [#417](https://github.com/rust-lang/regex/issues/417) | afl | `utf-8`
69+
regex | [index out of bounds](https://github.com/rust-lang/regex/issues/464) | honggfuzz | `oor`
70+
regex | [Unexpected match branch](https://github.com/rust-lang/regex/issues/465) | honggfuzz | `logic`
71+
regex | [called Option::unwrap() on a None value](https://github.com/rust-lang/regex/issues/465) | honggfuzz | `unwrap`
6972
rust-asn1 | [#32](https://github.com/alex/rust-asn1/issues/32) | afl |
7073
rust-url | [#108](https://github.com/servo/rust-url/pull/108) | afl | `oor`
7174
rustc | [#24275](https://github.com/rust-lang/rust/issues/24275) | afl | `other`

0 commit comments

Comments
 (0)