zephyr/subsys
Robert Lubos f747022d9e net: lwm2m: Fix PULL FW update in case of URI parse errors
The memset on firmware_ctx during PULL FW update initialization will
set the socket descriptor to a valid value of 0. This leads to an error
if parsing of the URI provided by the server fails, and the firware_ctx
is closed - the socket with a descriptor 0 will be accidently closed.
Fix this by invalidating the socket FD after the memset on
initialization.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2020-11-03 16:24:34 +01:00
..
bluetooth Bluetooth: Mesh: Account for ASZMIC in encrypt 2020-11-03 16:04:30 +02:00
canbus
console
cpp
debug
dfu storage/flash_map: Added function for get erased byte value 2020-10-30 15:53:38 +01:00
disk subsys/disk: stm32 sdmmc: Add support for device tree pinctrl 2020-10-29 09:21:27 +01:00
emul emul: spi: bmi160: Add support for I2C 2020-10-27 16:41:30 +01:00
fb
fs fs: Make fs API callback runt-time check optional 2020-11-03 11:08:25 +01:00
jwt
logging logging: mipi-sys-t: move platform.h to main tree 2020-10-29 07:23:40 -04:00
lorawan
mgmt mgmt/osdp: Fix early check of no-data that holds PD online 2020-10-21 17:36:16 +02:00
net net: lwm2m: Fix PULL FW update in case of URI parse errors 2020-11-03 16:24:34 +01:00
power
random
settings
shell shell: increase stack size for OpenThread 2020-10-09 11:51:41 +02:00
stats
storage storage/flash_map: Added function for get erased byte value 2020-10-30 15:53:38 +01:00
testsuite kernel: move kernel object APIs to own header 2020-10-12 12:21:46 -04:00
timing
tracing
usb usb/class/usb_dfu: signal dfuMANIFEST_SYNCH after flashing is done 2020-10-30 15:58:01 +01:00
CMakeLists.txt
Kconfig