Skip to content

Commit

Permalink
Fix broken link in prost
Browse files Browse the repository at this point in the history
I tried to visit the link listed: https://github.com/danburkert/prost/issues/267 but it was unavailable.
I saw that this is a fork so I found the issue in the original(?) repo: tokio-rs/prost#267, so I propose to change the link (or remove the line).
  • Loading branch information
zorion authored Jan 17, 2022
1 parent 2528b32 commit bde7896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ png | [panic on malformed input](https://github.com/PistonDevelopers/image-png/i
prettytable-rs | [subtract with overflow](https://github.com/phsym/prettytable-rs/issues/130) | libfuzzer | `arith`
proc-macro2 | [#54](https://github.com/alexcrichton/proc-macro2/issues/54) | afl | `utf-8`
proc-macro2 | [#55](https://github.com/alexcrichton/proc-macro2/issues/55) | afl | `so`
prost | [Stack overflow](https://github.com/danburkert/prost/issues/267) | afl | `so` | ❗️
prost | [Stack overflow](https://github.com/tokio-rs/prost/issues/267) | afl | `so` | ❗️
pulldown-cmark | [arithmetic overflow](https://github.com/raphlinus/pulldown-cmark/issues/352) | libfuzzer | `arith`
pulldown-cmark | [Overflow ParseIntError](https://github.com/google/pulldown-cmark/issues/49) | libfuzzer | `unwrap`
pulldown-cmark | [Panics and infinite loop](https://github.com/google/pulldown-cmark/issues/81) | libfuzzer | `loop`, `utf-8`, `oor`
Expand Down

0 comments on commit bde7896

Please sign in to comment.