From cc81f1f9dc68327e8bb4a7cecf6a26fcc3054b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sat, 26 Mar 2016 11:14:19 +0000 Subject: [PATCH] add NEWS entry for previous commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Stefan Bühler git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3123 152afb58-edef-0310-8abb-c4023f1b3aa9 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index ca2923b9..15c004d0 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,7 @@ NEWS * [base64] fix crash due to broken force_assert * [unittests] add test_buffer and test_base64 unit tests * [buffer] refactor buffer_path_simplify (fixes #2560) + * validate return values from strtol, strtoul (fixes #2564) - 1.4.39 - 2016-01-02 * [core] fix memset_s call (fixes #2698)