zephyr/subsys
Emil Gydesen 676a91636b Bluetooth: Audio: VOCS add error checks on read
The error check was removed earlier as it was assumed that
we would either get an error, or the data would be valid.
However, without an error check, we are not guarded
against bad reads.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2021-04-27 13:31:06 -04:00
..
bluetooth Bluetooth: Audio: VOCS add error checks on read 2021-04-27 13:31:06 -04:00
canbus canbus: isotp: prevent race-condition during debugging 2021-04-06 16:44:34 -04:00
console kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
cpp cpp: Fixed compile warning with extern array declaration 2020-06-09 14:42:16 +02:00
debug arm64: Rework stack usage 2021-04-23 06:32:20 -04:00
demand_paging mmu: backing stores reserve page fault room 2021-01-23 19:47:23 -05:00
dfu dfu: mcuboot: Remove definitions available via bootutil_public.h 2021-03-25 07:08:01 -04:00
disk include: move disk_access.h to storage 2021-03-23 12:16:01 +01:00
emul include: Move emul.h to drivers/emul.h 2021-04-22 12:51:01 -04:00
fb device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
fs fs/nvs: removed unneeded if statements 2021-03-29 13:43:55 -04:00
ipc ipc: rpmsg_service: switch to new work API 2021-04-21 11:53:19 -05:00
jwt jwt: use pre-computed JWT header 2021-04-03 06:52:40 -04:00
logging logging: Increase thread stack size when net backend in use 2021-04-26 14:14:34 -04:00
lorawan lorawan: always wait for MAC ops to complete 2021-04-20 12:42:56 +02:00
mgmt mgmt: hawkbit: Conversion of k_work API 2021-04-27 13:29:39 -04:00
modbus subsys/modbus: Fix potential memory overwrite (coverity) 2021-04-01 04:52:10 -04:00
net net: trickle: Do not initialize a work item from its handler 2021-04-27 19:48:16 +03:00
portability portability: move cmsis api headers 2021-04-20 08:45:05 -04:00
power power: Add an assert for an unexpected condition 2021-04-26 08:21:30 -04:00
random random: rand32_timer: Avoid alignment faults by using memcpy 2021-04-16 15:34:59 -04:00
settings settings: Handle unhandled error 2021-02-03 08:37:11 -05:00
shell shell: openthread: increase shell stack when used with OpenThread 2021-04-23 09:47:10 -04:00
stats misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
storage storage/stream: Add persistent write progress to stream_flash 2021-04-23 15:01:32 -05:00
task_wdt clocks: rename z_tick_get -> sys_clock_tick_get 2021-03-19 11:22:17 -04:00
testsuite ztest: fix ztest thread priority in cooperative mode 2021-04-21 08:10:36 -05:00
timing timing: add kconfig CONFIG_TIMING_FUNCTIONS_NEED_AT_BOOT 2021-04-06 16:43:55 -04:00
tracing tracing: remove cpu_stats in favor of thread runtime stats 2021-04-16 15:31:24 -04:00
usb usb: dfu: convert z_timeout_end_calc to sys_clock_timeout_end_calc 2021-04-26 13:40:29 +02:00
CMakeLists.txt portability: move cmsis APIs to subsys/portability 2021-04-20 08:45:05 -04:00
Kconfig portability: move cmsis APIs to subsys/portability 2021-04-20 08:45:05 -04:00