summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-02-08 16:16:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-02-08 16:16:42 +0000
commit2eaf499375918fca4055c9463263ea48078370b0 (patch)
tree26f0c476e710f8f340f07fb9138bc58f559e8205 /cpukit/ChangeLog
parent2006-02-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2eaf499375918fca4055c9463263ea48078370b0.tar.bz2
2006-02-08 Thomas Rauscher <trauscher@loytec.com>
PR 890/networking * httpd/webs.c: The webservers enters an infinite loop when a POST request with less data than indicated in the Content-Length header is received. It also consumes additional heap memory and a file descriptor for each invalid POST.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4ceacdd4c3..6b871c3776 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-08 Thomas Rauscher <trauscher@loytec.com>
+
+ PR 890/networking
+ * httpd/webs.c: The webservers enters an infinite loop when a POST
+ request with less data than indicated in the Content-Length header is
+ received. It also consumes additional heap memory and a file
+ descriptor for each invalid POST.
+
2006-02-01 Joel Sherrill <joel@OARcorp.com>
* posix/inline/rtems/posix/cond.inl, posix/macros/rtems/posix/cond.inl,