zephyr/subsys
Robert Lubos 370dfe088f net: sockets: Fix socket ctx check in usermode
When `z_get_fd_obj_and_vtable()` function returns NULL (no valid entry
in the FD table for the socket), there is no need for further usermode
checks on the `ctx` pointer, as there is nothing to invalidate in that
case.

Fixes #25990
Fixes #25991

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2020-06-05 18:34:25 +02:00
..
bluetooth bluetooth: host: fix unpacked l2cap struct 2020-05-29 17:43:32 +02:00
canbus canbus: canopen: program: add missing include for FLASH_AREA 2020-05-25 13:26:28 +02:00
console
cpp
debug debug: Fix BOOT_TIME_MEASUREMENT dependencies 2020-05-19 17:25:36 +02:00
dfu
disk
fb
fs
jwt
logging logging: set 'log_backend_rtt:panic_mode' before 'log_backend_std_panic' 2020-05-28 11:45:42 +02:00
mgmt
net net: sockets: Fix socket ctx check in usermode 2020-06-05 18:34:25 +02:00
power power: Let's have core device setup in case of CONFIG_NET_TEST 2020-05-26 21:41:00 +02:00
random
settings settings_fcb: Fix storing the data 2020-05-21 17:42:20 +02:00
shell shell: fix showing 'command not found' 2020-06-03 10:23:24 +02:00
stats
storage storage/stream: fix possible unaligned write on buffer flush 2020-05-26 16:35:19 +02:00
testsuite
tracing tracing: cpu_stats: add missing macro 2020-05-21 11:01:50 +02:00
usb
CMakeLists.txt
Kconfig