summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-04-01 16:54:46 +0000
committerStefan Bühler <stbuehler@web.de>2016-04-01 16:54:46 +0000
commite5006d88eb1941fb306693f74f586d4752380ad6 (patch)
tree5c850d461efabfe120d060ea9b35830bd91c5ebe /NEWS
parentdac02e257c92618d83e5bdef09121bf4563c98c1 (diff)
downloadlighttpd-git-e5006d88eb1941fb306693f74f586d4752380ad6.tar.gz
pass buf size to li_tohex()
also change passing of fixed-sized arrays: need to pass pointer to array as otherwise size does not get enforced From: Glenn Strauss <gstrauss@gluelogic.com> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3135 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 d00f45f7..bda571b3 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,7 @@ NEWS
* [stat] mimetype.xattr-name global config option (fixes #2631)
* [mod_webdav] allow Depth: Infinity lock on file (fixes #2296)
* [mod_status] use snprintf() instead of sprintf()
+ * pass buf size to li_tohex()
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)