arduino-esp32/libraries/WebServer
Emil Sandstø 494061af26
WebServer: Fix OOB write (#4088)
Successful exploitation could lead to arbitrary code execution.

The bug can be reproduced by running the following in a browser:
```
const formData = new FormData();
for (let i = 0;i < 33;++i) { formData.append("foo", i.toString()); }
await fetch("http://esp.local", { method: 'POST', body: formData });
```
2020-09-30 15:28:28 +03:00
..
examples Minor change but could confuse some (#4084) 2020-09-30 15:26:38 +03:00
src WebServer: Fix OOB write (#4088) 2020-09-30 15:28:28 +03:00
keywords.txt Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
library.properties Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00