From 704d7ad463e6d2d13529b4bf6694234aecd107be Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Sun, 18 Jan 2015 22:33:34 +0100 Subject: [PATCH] =?UTF-8?q?Fixed=20array=20out=20of=20bounds=20when=20conn?= =?UTF-8?q?ection=20pool=20is=20full.=20Thanks=20=D0=97=D0=B0=D1=85=D0=B0?= =?UTF-8?q?=D1=80=20=D0=9A=D1=80=D0=B0=D0=B2=D1=86=D0=BE=D0=B2!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/httpd.c b/user/httpd.c index 58b6d17..cdcd947 100644 --- a/user/httpd.c +++ b/user/httpd.c @@ -450,12 +450,12 @@ static void ICACHE_FLASH_ATTR httpdConnectCb(void *arg) { //Find empty conndata in pool for (i=0; iheadPos=0; connData[i].postBuff=NULL;