zephyr/subsys/net/lib/websocket
Robert Lubos bd96b5dd83 net: lib: websocket: Avoid bitshift overflow warning
In order to prevent an overflow warning from UBSAN when bitshifting,
cast to uint64_t first before shifting, and then back to uint32_t.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-07-04 13:16:32 -05:00
..
CMakeLists.txt
Kconfig
websocket_internal.h
websocket.c net: lib: websocket: Avoid bitshift overflow warning 2025-07-04 13:16:32 -05:00