summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2014-02-16 13:08:32 +0000
committerStefan Bühler <stbuehler@web.de>2014-02-16 13:08:32 +0000
commitb106513e58b6283d5eaf129081ab621e7a7b4745 (patch)
treeb988aeca4d36a0948d252fd06460882789829cb2 /NEWS
parent9f2be4882d73118d3f4e17471cb64269c7ae94ef (diff)
downloadlighttpd-git-b106513e58b6283d5eaf129081ab621e7a7b4745.tar.gz
[network] check return value of lseek()
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2953 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 8631fb4b..2178b3ce 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ NEWS
* add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546)
* [mod_cml_lua] fix null pointer dereference
* force assertion: setting FD_CLOEXEC must work (if available)
+ * [network] check return value of lseek()
- 1.4.34
* [mod_auth] explicitly link ssl for SHA1 (fixes #2517)