From b12ede26c47bf2b2e3015738ff73468896f7a577 Mon Sep 17 00:00:00 2001 From: Yunseong Kim <138625884+yskelg@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:08:03 +0900 Subject: [PATCH] Fix link typo in README.md Fix the markdown formatting typo where is ')' put on front of the link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5893538ba..435f665ab 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Honggfuzz has been used to find a few interesting security problems in major sof * [Uninitialized value in __MD4C__](https://github.com/mity/md4c/issues/130) • [CVE-2020-26148](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26148) * [17 new bugs in __fwupd__](https://github.com/google/oss-fuzz/pull/4823#issue-537143670) * [Assertion in __libvips__](https://github.com/libvips/libvips/issues/1890) - * [Crash in __libocispec__)(https://github.com/containers/libocispec/commit/6079cd9490096cfb46752bd7491c71253418a02c) + * [Crash in __libocispec__](https://github.com/containers/libocispec/commit/6079cd9490096cfb46752bd7491c71253418a02c) * __Rust__: * panic() in regex [#1](https://github.com/rust-lang/regex/issues/464), [#2](https://github.com/rust-lang/regex/issues/465), [#3](https://github.com/rust-lang/regex/issues/465#issuecomment-381412816) * panic() in h2 [#1](https://github.com/carllerche/h2/pull/260), [#2](https://github.com/carllerche/h2/pull/261), [#3](https://github.com/carllerche/h2/pull/262)