zephyr/subsys/net/lib/http
Flavio Ceolin da49f2e440 coccicnelle: Ignore return of memset
The return of memset is never checked. This patch explicitly ignore
the return to avoid MISRA-C violations.

The only directory excluded directory was ext/* since it contains
only imported code.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-09-14 16:55:37 -04:00
..
CMakeLists.txt
http_client.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
http_parser_url.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
http_parser.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
http_server.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
http.c net: http: One extra byte was sent in last chunk 2018-08-15 12:59:13 +03:00
Kconfig Kconfig: Use the first default with a satisfied condition 2018-08-10 12:38:28 -07:00
README_http_parser