Skip to content

Commit

Permalink
CHANGELOG.md: Add entry for PR #162
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Gunnerson <[email protected]>
  • Loading branch information
chenxiaolong committed Sep 27, 2023
1 parent 1fa068b commit bf97444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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

0 comments on commit bf97444

Please sign in to comment.