esp-idf/components/esp_http_client
Chen Wu c10683f493 http: Fix parsing invalid url cause to crash
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
2021-12-02 14:15:43 +08:00
..
include esp_http_client: add a get HTTP client session errno api for esp_http_client 2021-11-24 17:23:09 +08:00
lib ESP8684: Add esp8684 target to other repo for passing build 2021-11-06 17:33:45 +08:00
test http: Fix parsing invalid url cause to crash 2021-12-02 14:15:43 +08:00
CMakeLists.txt tcp_transport: Reduce lwip dependecy for tcp_transport/http_client 2021-02-16 09:01:35 +01:00
Kconfig esp_http_client: Disable HTTP digest auth by default 2021-10-29 18:14:22 +08:00
esp_http_client.c http: Fix parsing invalid url cause to crash 2021-12-02 14:15:43 +08:00