esp-idf/components/esp_http_client
Chen Wu bd9ee38f3c 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-31 14:40:21 +08:00
..
include esp_http_client: add a get HTTP client session errno API for esp_http_client(backport v4.4) 2021-11-30 15:26:48 +08:00
lib Fix memory leak on error path in http_header_set_format 2021-07-23 17:48:45 +05:30
test http: Fix parsing invalid url cause to crash 2021-12-31 14:40:21 +08:00
CMakeLists.txt tcp_transport: Reduce lwip dependecy for tcp_transport/http_client 2021-02-16 09:01:35 +01:00
component.mk Add esp_http_client 2018-05-21 09:35:07 +07:00
esp_http_client.c http: Fix parsing invalid url cause to crash 2021-12-31 14:40:21 +08:00
Kconfig esp_http_client: Add config option for HTTP Digest auth 2021-03-23 11:58:35 +05:30