zephyr/tests/net
Jukka Rissanen 5f3e6212af net: utils: Port parsing failure in net_ipaddr_parse()
If trying to parse a string like 192.0.2.2:80/foobar and
setting the length to 12 which means to parse the IP address
and port, the parsing failed because it used one extra character
from the string. This issue was not present if the input string
was terminated after the port number.

Add a test case to catch this problem.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-11-16 13:51:27 -05:00
..
6lo
all net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX 2024-10-14 13:01:51 +02:00
arp
bridge
checksum_offload
conn_mgr_conn
conn_mgr_monitor tests: net: conn_mgr_monitor: Improve test reliability under heavy load 2024-10-15 13:52:24 +02:00
context
dhcpv4
dhcpv6
ethernet_mgmt
hostname
icmp
icmpv4
icmpv6
ieee802154
iface
igmp test: net: igmp: Cleanup asserts 2024-10-21 18:41:47 -05:00
ip-addr
ipv4_fragment
ipv6 net: ipv6: Make Multicast Listener Discovery API public 2024-10-08 17:00:06 +02:00
ipv6_fragment
lib net: lib: coap_client: Add API to cancel specific request 2024-11-16 13:33:28 -05:00
mgmt
mld net: ipv6: Make Multicast Listener Discovery API public 2024-10-08 17:00:06 +02:00
mocks
neighbor
net_pkt tests: net: pkt: Add build test for allocation statistics 2024-10-22 20:38:57 +02:00
npf
offloaded_netdev
pm tests/samples: net: Fix the max number of file descriptors 2024-09-30 17:12:15 +01:00
ppp/driver
promiscuous
ptp/clock
route
route_mcast
shell
socket net: sockets: socket_service: remove k_work related code 2024-10-23 11:32:21 +02:00
tcp
traffic_class
trickle
tx_timestamp
udp
utils net: utils: Port parsing failure in net_ipaddr_parse() 2024-11-16 13:51:27 -05:00
virtual
vlan
wifi tests: net: wifi: Disable native/64 from tests 2024-10-25 22:42:28 +01:00