aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-29 19:18:51 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-29 19:18:51 +0000
commit4245c6e9c371a8434b13a37edbc4e6dc239813da (patch)
treebc1477ee877b997fb36d3001a3b1ca6988e9be8e /ChangeLog
parentba6b6cad9a70cef22f62d5b76cb1180b2aca4e94 (diff)
downloadlibmicrohttpd-4245c6e9c371a8434b13a37edbc4e6dc239813da.tar.gz
libmicrohttpd-4245c6e9c371a8434b13a37edbc4e6dc239813da.zip
eliminate theoretical stack overflow
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10de8a3c..cecfb9fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1Fri Nov 29 20:17:03 CET 2013
2 Eliminating theoretical stack overflow by limiting length
3 of URIs in authentication headers to 32k (only applicable
4 if the application explicitly raised the memroy limits,
5 and only applies to MHD_digest_auth_check). Issue was
6 reported by Florian Weimer. -CG
7
1Tue Nov 26 01:26:15 CET 2013 8Tue Nov 26 01:26:15 CET 2013
2 Fix race on shutdown signal with thread pool on non-Linux 9 Fix race on shutdown signal with thread pool on non-Linux
3 systems by signalling n times for n threads. -CG 10 systems by signalling n times for n threads. -CG