diff options
author | Stefan Bühler <stbuehler@web.de> | 2014-02-14 21:06:10 +0000 |
---|---|---|
committer | Stefan Bühler <stbuehler@web.de> | 2014-02-14 21:06:10 +0000 |
commit | b239e7734a456aa527172bf7d8755b7dad1247e4 (patch) | |
tree | 7e0215ed69cc06f6a06667dbc226ee9776c167fb /NEWS | |
parent | b461e031f54db7541b2f5095f2b6adabe83dab12 (diff) | |
download | lighttpd-git-b239e7734a456aa527172bf7d8755b7dad1247e4.tar.gz |
[mod_magnet] fix memory leak
From: Stefan Bühler <stbuehler@web.de>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2943 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ NEWS * [mod_rrdtool] fix invalid read (string not null terminated) * [mod_dirlisting] fix memory leak if pcre fails * [mod_fastcgi,mod_scgi] fix resource leaks on spawning backends + * [mod_magnet] fix memory leak - 1.4.34 * [mod_auth] explicitly link ssl for SHA1 (fixes #2517) |