diff options
author | Gaurav <g.gupta@samsung.com> | 2015-10-16 19:44:06 +0000 |
---|---|---|
committer | Stefan Bühler <stbuehler@web.de> | 2015-10-16 19:44:06 +0000 |
commit | 5c5f67a5c7bbeca6a4b8eb92e43752499efea53a (patch) | |
tree | 44d2555f6244e0723f432fcf532a63ee5f404992 /NEWS | |
parent | f19128086ce59b482fb1010a2891286ffd4fce47 (diff) | |
download | lighttpd-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |