From 4e12f1aabd7046d79a25bf7c927d272df5135189 Mon Sep 17 00:00:00 2001 From: Antonis Geralis Date: Sun, 4 Sep 2022 12:04:20 +0300 Subject: [PATCH] readme: add bug trophies --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f43c734..0eb6207 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,13 @@ which struggle with dynamic types that in particular are nested. For a better ex read an article written by the author of [Fuzzcheck](https://github.com/loiclec/fuzzcheck-rs/blob/main/articles/why_not_bytes.md). +## Bugs found with help of the library + +### Nim reference implementation + +* [use-after-free bugs in object variants](https://github.com/nim-lang/Nim/issues/20305) +* [openArray on empty seq triggers UB](openArray on empty seq triggers UB) + ## License Licensed and distributed under either of