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 shell: backend: Create a websocket transport backend 2024-10-15 04:11:03 -04:00
websocket_internal.h net: websocket: don't mask data sent from server via zvfs write 2025-01-03 13:26:43 +01:00
websocket.c net: lib: websocket: Avoid bitshift overflow warning 2025-07-04 13:16:32 -05:00