esp-idf/components/protocomm/src
Mahavir Jain 203f82cc49 Fix various warnings generated from Coverity scan
esp_timer:
Control flow issues  (DEADCODE)
    Execution cannot reach this statement: "break;".

protocomm_httpd:
(UNUSED_VALUE)
    Assigning value from "cookie_session_id" to "cur_cookie_session_id" here, but that stored value is overwritten before it can be used.

esp_flash_api:
Null pointer dereferences  (REVERSE_INULL)
    Null-checking "chip" suggests that it may be null, but it has already been dereferenced on all paths leading to the check.
2021-12-09 09:38:53 +05:30
..
common protocomm: Fixed NULL check of allocated memory 2021-02-10 02:07:58 +00:00
security protocomm security1: Restart security session if SESSION_STATE_CMD0 is received 2021-01-13 04:34:10 +00:00
simple_ble Wifi_prov_mgr:Fix for ios device needs to do forget device 2021-10-06 17:46:22 +08:00
transports Fix various warnings generated from Coverity scan 2021-12-09 09:38:53 +05:30