summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-02-14 11:11:15 +0000
committerStefan Bühler <stbuehler@web.de>2016-02-14 11:11:15 +0000
commitf23a24a263531501374f07de4b18344886f00a8c (patch)
tree3bf06e17b54cc79c896fe8d63b5cfe03cd0ccb74 /NEWS
parent36a266ec29ce943e3485b11524161f323534e50b (diff)
downloadlighttpd-git-f23a24a263531501374f07de4b18344886f00a8c.tar.gz
[mod_cgi] issue trace and exit if execve() fails (closes #2302)
(replace SEGFAULT if execve() fails) From: Glenn Strauss <gstrauss@gluelogic.com> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3079 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 d9ba9a5d..578c22a4 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ NEWS
* [mod_cgi] use MAP_PRIVATE to mmap temporary file (fixes #2715)
* [core] do not send SIGHUP to process group unless server.max-workers is used (fixes #2711)
* [mod_cgi] edge case chdir "/" when docroot "/" (fixes #2460)
+ * [mod_cgi] issue trace and exit if execve() fails (closes #2302)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)