From bf97444f4bb26f2a5c8a08203e87e43b8d512d90 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Wed, 27 Sep 2023 19:42:48 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #162 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9dd841..b183413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ * Implement size limits for parsers to prevent allocating too much memory ([Issue #157], [PR #158], [PR #159]) * avbroot is memory-safe, but malicious/corrupted images previously could potentially cause too much memory to be allocated, leading to the OS killing the process. -* Add fuzzers to help catch panics/crashes ([Issue #160], [PR #161]) +* Add fuzzers to help catch panics/crashes ([Issue #160], [PR #161], [PR #162]) Behind-the-scenes changes: @@ -79,3 +79,4 @@ Behind-the-scenes changes: [PR #158]: https://github.com/chenxiaolong/avbroot/pull/158 [PR #159]: https://github.com/chenxiaolong/avbroot/pull/159 [PR #161]: https://github.com/chenxiaolong/avbroot/pull/161 +[PR #162]: https://github.com/chenxiaolong/avbroot/pull/162