zephyr/subsys/net/lib
Erwin Rol a0fc5d8229 net: app: prevent setting semaphore limit to 0
When neither IPv4 nor IPv6 are selected the limit that is
passed to k_sem_init will end up being 0, which will trigger
the folowing assertion in k_sem_init;

__ASSERT(limit != 0, "limit cannot be zero");

Fixed by not passing count as initial and limit value but
only as initial value and use UINT_MAX as limit.

Signed-off-by: Erwin Rol <erwin@erwinrol.com>
2017-07-03 20:58:13 -04:00
..
app net: app: prevent setting semaphore limit to 0 2017-07-03 20:58:13 -04:00
dns net: lib: dns: Check return value of net_context_recv() 2017-06-12 10:21:38 +03:00
http net: http: Remove mbedtls heap setting from http library 2017-06-27 16:42:59 +03:00
mqtt net/mqtt: return error codes from net_context_send 2017-04-28 15:01:12 +03:00
sockets net: sockets: Explicitly flush conn/pkt queue on close() 2017-06-28 16:07:55 +03:00
zoap net: zoap: add missing response code for zoap_header_get_code() 2017-06-23 16:04:00 -04:00
Kbuild net: app: Create support for network application API 2017-06-30 06:13:09 -04:00
Kconfig net: app: Create support for network application API 2017-06-30 06:13:09 -04:00
Makefile net: app: Create support for network application API 2017-06-30 06:13:09 -04:00