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 tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
all net: ieee802154: kconfig: Remove unused fragmentation debugging symbol 2019-10-22 13:10:52 +03:00
arp tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
buf x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
checksum_offload tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
context coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
dhcpv4 tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
ethernet_mgmt tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
hostname tests: net: hostname: Set MAC address properly to all interfaces 2019-10-04 17:42:14 +03:00
icmpv6 tests: net: icmpv6: Increase the TX buf counts 2019-10-22 09:12:24 +03:00
ieee802154 tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
iface
ip-addr
ipv6 tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
ipv6_fragment tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
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 tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
neighbor tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
net_pkt tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
ppp/driver tests: net: ppp: Add unit tests for PPP driver 2019-07-29 10:24:46 +03:00
promiscuous tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
ptp/clock
route tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
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 tests: net: trickle: use separate semaphore for second trickle timer 2019-08-26 12:57:56 +02:00
tx_timestamp
udp tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
utils tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00
vlan tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00