zephyr/subsys/net/lib
Michael Scott 844c2ad716 net: lwm2m: fix NULL deref in plain_text_read_number()
Per Coverity report, we are assigning the value1 and value2
s64_t pointers a value of 0.  Later when we go to use value1
and value2, they are of course ... NULL.

Fix the typos in the initial assignment of 0 to the
references of value1 and value2.

Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/12300
Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/12296

Signed-off-by: Michael Scott <mike@foundries.io>
2019-02-13 21:02:53 -05:00
..
coap net: coap: Remove legacy CoAP implementation 2019-02-04 16:49:59 -05:00
config net: Remove net_app references from the code 2019-02-01 19:05:56 -05:00
dns net/context: Make recv_cb providing the ip and protocol headers 2019-02-01 14:34:38 +02:00
http net: http: Remove HTTP client and server APIs 2019-01-25 11:21:20 -05:00
lwm2m net: lwm2m: fix NULL deref in plain_text_read_number() 2019-02-13 21:02:53 -05:00
mqtt net: mqtt: Add SOCKS5 proxy support 2019-02-08 14:20:44 +02:00
openthread openthread: Convert FLASH_ERASE_BLOCK_SIZE to DT_ 2019-02-08 22:39:07 -06:00
sntp net: Remove net_app references from the code 2019-02-01 19:05:56 -05:00
sockets net: sockets: Add dummy shutdown() implementation. 2019-02-13 07:00:51 -06:00
socks net: Add initial SOCKS5 support 2019-02-08 14:20:44 +02:00
tls_credentials
CMakeLists.txt net: lib: Remove CONFIG_HTTP reference 2019-02-11 22:29:58 -05:00
Kconfig net: Add initial SOCKS5 support 2019-02-08 14:20:44 +02:00