mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 05:19:15 +08:00
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.