zephyr/subsys/net/lib/websocket
Robert Lubos f9a818cc56 net: websockets: Fix implicit type conversion Coverity warning
Coverity reported potential issues with implicit signed/unsigned type
conversions and potential problems with this. Fix this, by casing the
byte-shifted data variable to uint64_t type explicitly.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-06-07 10:11:46 -04:00
..
CMakeLists.txt net: websocket: client: Simple API for Websocket client 2019-10-04 16:38:34 +03:00
Kconfig net: websocket: Make sure the mbedtls_sha1 function is build in 2023-02-24 18:12:14 +01:00
websocket.c net: websockets: Fix implicit type conversion Coverity warning 2023-06-07 10:11:46 -04:00
websocket_internal.h net: websocket: new receiving algorithm 2022-12-20 17:05:12 +00:00