zephyr/tests/net
Ravi kumar Veeramally 434a92e48f tests: net: Fix CoAP coverity issues
Fix unintended sign extension (SIGN_EXTENSION).

The result of "coap_block_size_to_bytes() * (iter - 1)"
extending the sign type.

Issue is the conversion of iter from u8_t to int because it's
an unsigned operand in an binary subtraction with 1 which is
a signed operand with higher conversion rank (int).

Fixes #20880
Fixes #20881
Fixes #20882
Fixes #20883

Coverity CID :205780
Coverity CID :205786
Coverity CID :205806
Coverity CID :205808

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2019-11-26 13:35:20 +01:00
..
6lo
all net: ieee802154: kconfig: Remove unused fragmentation debugging symbol 2019-10-22 13:10:52 +03:00
arp
buf x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
checksum_offload
context coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
dhcpv4
ethernet_mgmt
hostname
icmpv6 tests: net: icmpv6: Increase the TX buf counts 2019-10-22 09:12:24 +03:00
ieee802154
iface
ip-addr
ipv6
ipv6_fragment
lib tests: net: Fix CoAP coverity issues 2019-11-26 13:35:20 +01:00
mgmt coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
mld
neighbor
net_pkt
ppp/driver
promiscuous
ptp/clock
route
shell tests: net: shell: Increase the main stack size 2019-10-21 09:58:56 +03:00
socket tests: remove duplicate names for the net tests 2019-10-24 06:31:48 -04:00
tcp tests: net: Fix TCP tests Coverity issue 2019-11-22 10:01:23 -05:00
traffic_class
trickle
tx_timestamp
udp
utils
vlan