summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGaurav <g.gupta@samsung.com>2015-10-16 19:44:06 +0000
committerStefan Bühler <stbuehler@web.de>2015-10-16 19:44:06 +0000
commit5c5f67a5c7bbeca6a4b8eb92e43752499efea53a (patch)
tree44d2555f6244e0723f432fcf532a63ee5f404992 /NEWS
parentf19128086ce59b482fb1010a2891286ffd4fce47 (diff)
downloadlighttpd-git-5c5f67a5c7bbeca6a4b8eb92e43752499efea53a.tar.gz
add force_assert for many allocations and function results
From: Gaurav <g.gupta@samsung.com> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3047 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 26f9e714..006ba741 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ NEWS
* [core] check configparserAlloc() result with force_assert
* [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero if available (thx loganaden)
* [core] don't buffer request bodies smaller than 64k on disk
+ * add force_assert for many allocations and function results
- 1.4.37 - 2015-08-30
* [mod_proxy] remove debug log line from error log (fixes #2659)