From 8eb779a3cf792804c5f5b9091857e88536ff3ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Wed, 19 Feb 2020 10:52:59 +0100 Subject: [PATCH] update Changelog --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index c7dfb3d..e5e4239 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,22 @@ Version 4.5.1.2 'dan Eider': - merge PR #417 Append only to log files rather to override them (by robert-scheck) - merge PR #442 Updated incorrect string length check for 'ssh' (by chanduthedev) - merge PR #449 Fix Dockerfile for latest Debian (by rao-donut) + - http server NULL dereference + * Reported (by quarkslab.com, cisco/talos) + * CVE-2020-6061 / TALOS-2020-0984 + - http server out of bound read + * Reported (by quarkslab.com, cisco/talos) + * CVE-2020-6061 / TALOS-2020-0984 + - merge PR #472 STUN input validation (by bobsayshilol) + - merge PR #398 FIPS (by byronclark) + - merge PR #478 prod (by alepolidori) + - merge PR #463 fix typos and grammar (by xthursdayx) + - update travis config ubuntu/mac images + - merge PR #466 added null check for second char (by chanduthedev) + - merge PR #470 compiler warning fixes (by bobsayshilol) + - merge PR #475 Update README.docker (by raksonibs) + - merge PR #471 Fix a memory leak when an SHATYPE isn't supported (by bobsayshilol) + - merge PR #488 Fix typos about INSTALL filenames (by raccoonback) 02/03/2019 Oleg Moskalenko Mihály Mészáros Version 4.5.1.1 'dan Eider':