zephyr/subsys/mgmt/mcumgr
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
..
grp subsys/mgmt: Declare PROCESSOR_NAME for RX targets 2025-06-26 14:07:03 +02:00
mgmt mgmt: mcumgr: remove redundant arguments for zephyr_library 2025-06-24 20:11:27 -10:00
smp kconfig: fix typo in (soc, subsys) 2025-07-01 10:58:54 -10:00
smp_client mgmt: mcumgr: remove redundant arguments for zephyr_library 2025-06-24 20:11:27 -10:00
transport net: Fix alignment error with net_ipaddr_copy() 2025-07-04 13:16:32 -05:00
util mgmt: mcumgr: remove redundant arguments for zephyr_library 2025-06-24 20:11:27 -10:00
CMakeLists.txt mgmt: smp: SMP Client enabler 2023-07-27 14:35:43 +02:00
Kconfig mgmt: mcumgr: Do not imply CRC 2023-10-23 12:15:41 +02:00