aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK.Kosako <kosako@sofnec.co.jp>2019-11-22 13:07:09 +0900
committerK.Kosako <kosako@sofnec.co.jp>2019-11-22 13:07:09 +0900
commitb2cf35ecfb34e23e63dae44a3a74aa7e491c233e (patch)
treef7c8f595cc4a43feb895908a83bddb02e18ce56a
parente21c36f09fa02e905a5a23327b02c1f517ee19de (diff)
downloadoniguruma-b2cf35ecfb34e23e63dae44a3a74aa7e491c233e.zip
oniguruma-b2cf35ecfb34e23e63dae44a3a74aa7e491c233e.tar.gz
oniguruma-b2cf35ecfb34e23e63dae44a3a74aa7e491c233e.tar.bz2
update HISTORYv6.9.4_rc3
-rw-r--r--HISTORY10
1 files changed, 6 insertions, 4 deletions
diff --git a/HISTORY b/HISTORY
index fa15dd2..c20055f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2,12 +2,14 @@ History
2019/MM/DD: Version 6.9.4
-2019/11/14: Release Candidate 2 for Version 6.9.4
+2019/11/22: Release Candidate 3 for Version 6.9.4
+2019/11/20: fix a problem found by libFuzzer test
+2019/11/14: Release Candidate 2 for Version 6.9.4
2019/11/12: fix integer overflow by nested quantifier
-2019/11/11: fix #164: Integer overflow related to reg->dmax in search_in_range()
-2019/11/07: fix #163: heap-buffer-overflow in gb18030_mbc_enc_len()
-2019/11/06: fix #162: heap-buffer-overflow in fetch_interval_quantifier()
+2019/11/11: fix CVE-2019-19012: Integer overflow related to reg->dmax in search_in_range()
+2019/11/07: fix CVE-2019-19203: heap-buffer-overflow in gb18030_mbc_enc_len()
+2019/11/06: fix CVE-2019-19204: heap-buffer-overflow in fetch_interval_quantifier()
2019/11/06: add HAVE_INTTYPES_H into config.h.windows.in and config.h.win{32,64}
2019/11/06: add HAVE_STDINT_H into config.h.win{32,64}
2019/11/05: Release Candidate 1 for Version 6.9.4