mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bd9ee38f3c
Reason: For example, if an url is lack of leading 'http:' by mistake, it causes to http_parser_parse_url() cannot parse http host item, and then pass the null host pointer to _get_host_header(), crash happens. Fix: http added null pointer check now. Closes https://jira.espressif.com:8443/browse/ESPAT-953 |
||
---|---|---|
.. | ||
include | ||
lib | ||
test | ||
CMakeLists.txt | ||
component.mk | ||
esp_http_client.c | ||
Kconfig |