Commit b8c31a5b818180a17e78f94e7eefb5effce4cf3d

Martin Mitas 2022-01-06T16:15:12

CHANGELOG.md: Add a note for the PR #167.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5381d55..cbf78d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,10 @@ Changes:
 
 Fixes:
 
+ * [#167](https://github.com/mity/md4c/issues/167):
+   Fix two buffer overflow bugs found using a fuzz testting. Contributed by
+   dtldarek.
+
  * [#163](https://github.com/mity/md4c/issues/163):
    Make HTML renderer to emit `'\n'` after the root tag when in the XHTML mode.