zephyr/subsys/mgmt
Robert Lubos 62a5260e01 net: Fix alignment error with net_ipaddr_copy()
As struct sockaddr have now alignment of 4 bytes, net_ipaddr_copy()
gives the following error if used for sockaddr:

  error: alignment 1 of ‘struct <anonymous>’ is less than 4
  [-Werror=packed-not-aligned]

Just use memcpy() instead, net_ipaddr_copy() was intended to use with IP
addresses, not socket related structs.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-07-04 13:16:32 -05:00
..
ec_host_cmd mgmt: ec_host_cmd: backend: shi_npcx: fix log message 2025-07-02 17:58:20 -05:00
hawkbit Lib: SMF: Add return code to signal event propagation 2025-06-17 16:04:04 +02:00
mcumgr net: Fix alignment error with net_ipaddr_copy() 2025-07-04 13:16:32 -05:00
osdp
updatehub updatehub: use the new API method in autohandler 2025-06-26 22:07:51 -05:00
CMakeLists.txt
Kconfig