nuttx/net
dongjiuzhu1 49ebc4598f net/utils: avoid unalign access g_tcp_connections_buffer
the address is 0x3c270203, cause unaligned access usage Fault
(gdb) p g_tcp_connections
$1 = {pool = 0x3c270203 <g_tcp_connections_buffer> <error: Cannot access memory at address 0x3c270203>,
prealloc = 8, dynalloc = 1, nodesize = -376, sem = {semcount = 32767, flags = 0 '\000',
waitlist = {head = 0x0, tail = 0x0}}, freebuffers = {head = 0x0, tail = 0x0}}

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2025-06-23 20:32:57 +08:00
..
arp style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
bluetooth style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
can style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
devif style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
icmp style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
icmpv6 style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
ieee802154 style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
igmp
inet net: unify Private Types banners 2025-05-28 10:17:15 +08:00
ipfilter
ipforward style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
ipfrag style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
local style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
mld style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
nat style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
neighbor style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
netdev style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
netfilter
netlink
pkt
procfs net: unify Private Types banners 2025-05-28 10:17:15 +08:00
route style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
rpmsg
sixlowpan style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
socket net/socket/getsockopt: move the options check to the upper layer 2025-03-04 09:29:06 +01:00
tcp net/tcp: Fix keep-alive implementation 2025-05-28 10:18:17 -03:00
udp style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
usrsock style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
utils net/utils: avoid unalign access g_tcp_connections_buffer 2025-06-23 20:32:57 +08:00
CMakeLists.txt
Kconfig
Makefile
net_initialize.c