CHANGELOG.md: Add entry for PR #165

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This commit is contained in:
Andrew Gunnerson
2023-09-27 23:50:08 -04:00
parent 96fb8ddc9c
commit cd779e62cb
+2 -1
View File
@@ -11,7 +11,7 @@
* Implement size limits for parsers to prevent allocating too much memory ([Issue #157], [PR #158], [PR #159], [PR #164])
* 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], [PR #162], [PR #163])
* Add fuzzers to help catch panics/crashes ([Issue #160], [PR #161], [PR #162], [PR #163], [PR #165])
Behind-the-scenes changes:
@@ -84,3 +84,4 @@ Behind-the-scenes changes:
[PR #162]: https://github.com/chenxiaolong/avbroot/pull/162
[PR #163]: https://github.com/chenxiaolong/avbroot/pull/163
[PR #164]: https://github.com/chenxiaolong/avbroot/pull/164
[PR #165]: https://github.com/chenxiaolong/avbroot/pull/165