1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/plat
Andy Green 45eca45e09 sll_protocol may be be16
Google's fuzzer platform blows a warning

/src/libwebsockets/lib/plat/unix/unix-sockets.c:497:21: warning: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to '__be16' (aka 'unsigned short') [-Wimplicit-int-conversion]
  497 |         sll.sll_protocol = (uint32_t)(htons((uint16_t)0x800));
2025-03-12 16:55:04 +00:00
..
freertos pipe: only pt destroy pipe close should close pipe fds 2024-09-25 08:38:44 +01:00
optee pipe: only pt destroy pipe close should close pipe fds 2024-09-25 08:38:44 +01:00
unix sll_protocol may be be16 2025-03-12 16:55:04 +00:00
windows win: simplify error logging in windows-sockets.c 2024-10-03 05:27:54 +01:00