zephyr/tests/net
Stig Bjørlykke e8bcc6f1f0 tests: socket: Free resources with freeaddrinfo
In Zephyr this has no effect because getaddrinfo() returns a pointer
to a static array, but Coverity scan checks for this pattern.

Coverity-CID: 185273
Coverity-CID: 185279

Fixes #7085
Fixes #7091

Signed-off-by: Stig Bjørlykke <stig.bjorlykke@nordicsemi.no>
2018-04-20 10:48:52 +03:00
..
6lo tests: classify net tests and cleanup 2018-04-09 22:55:20 -04:00
all net: Remove the need for an l2 on offloaded drivers 2018-04-12 09:56:07 -04:00
app tests: net: Make "app" tests dependent on netif 2018-04-13 17:04:16 +02:00
arp tests: classify net tests and cleanup 2018-04-09 22:55:20 -04:00
buf tests: cleanup meta-data of various tests 2018-04-09 22:55:20 -04:00
checksum_offload tests: net: checksum_offload: Adjust number of interfaces 2018-04-10 08:36:26 -04:00
context tests: net: context: simplify filtering 2018-04-09 22:55:20 -04:00
dhcpv4 tests: net: dhcpv4: fix net mgmt event handler 2018-04-12 10:35:10 +03:00
ethernet_mgmt net/ethernet: Fix uninitialized attributes in ethernet mgmt parameters 2018-04-10 16:43:32 +03:00
icmpv6 tests: classify net tests and cleanup 2018-04-09 22:55:20 -04:00
ieee802154 tests: cleanup meta-data of various tests 2018-04-09 22:55:20 -04:00
iface tests: classify net tests and cleanup 2018-04-09 22:55:20 -04:00
ip-addr tests: classify net tests and cleanup 2018-04-09 22:55:20 -04:00
ipv6 tests: ipv6: cleanup tests 2018-04-09 22:55:20 -04:00
ipv6_fragment tests: ipv6: cleanup tests 2018-04-09 22:55:20 -04:00
lib tests: cleanup meta-data of various tests 2018-04-09 22:55:20 -04:00
mgmt tests: cleanup meta-data of various tests 2018-04-09 22:55:20 -04:00
mld tests: net: mld: fix net mgmt event handler 2018-04-12 10:35:10 +03:00
neighbor tests: cleanup meta-data of various tests 2018-04-09 22:55:20 -04:00
net_pkt tests: cleanup meta-data of various tests 2018-04-09 22:55:20 -04:00
route tests: cleanup meta-data of various tests 2018-04-09 22:55:20 -04:00
rpl tests: cleanup meta-data of various tests 2018-04-09 22:55:20 -04:00
socket tests: socket: Free resources with freeaddrinfo 2018-04-20 10:48:52 +03:00
tcp tests: cleanup meta-data of various tests 2018-04-09 22:55:20 -04:00
traffic_class tests: net: tc: Run the tests only for qemu_x86 2018-04-03 09:38:14 -04:00
trickle tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
udp tests: net: Increase the size of main stack 2018-03-27 10:06:54 -04:00
utils tests/net: utils: increase min RAM requirement to 24K 2018-04-13 13:40:05 -05:00
vlan net/ethernet: All types are prefixed with ethernet_ 2018-04-10 14:45:37 +03:00
websocket tests: net: websocket: Fix null at the end of string 2018-03-26 13:01:07 +03:00