zephyr/subsys
Krzysztof Kopyściński 5f9d760755 bluetooth: l2cap: fix ecred conn response for all connections refused
If all connections were refused, we haven't reached part of
le_ecred_conn_req with connecting channels - thus i was never
incremented. PDU shall be created always with the length containing
full size of scid array - we always respond with all of the CIDs filled,
they just will be all zeros when all connections were refused.

This was affecting L2CAP/ECFC/BV-26-C

Signed-off-by: Krzysztof Kopyściński <krzysztof.kopyscinski@codecoup.pl>
2021-06-16 10:41:51 +02:00
..
bluetooth bluetooth: l2cap: fix ecred conn response for all connections refused 2021-06-16 10:41:51 +02:00
canbus canbus: isotp: remove unused work queue 2021-05-22 08:14:35 -05:00
console kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
cpp cpp: Fix C++ exception handling newlib dependency 2021-06-08 11:45:28 -05:00
debug thread analyzer: fix formatting for unsigned int 2021-06-01 12:42:38 -05:00
demand_paging kernel: mmu: z_backing_store* to k_mem_paging_backing_store* 2021-05-28 11:33:22 -04: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: logstr_dup causes error in LOG_ERROR messages 2021-05-11 07:14:24 -05:00
ipc ipc: rpmsg_service: Add missing log_strdup 2021-05-25 16:38:28 +02:00
jwt jwt: use pre-computed JWT header 2021-04-03 06:52:40 -04:00
logging logging: dictionary format output to file 2021-06-09 05:44:03 -05:00
lorawan lorawan: port oriented downlink callbacks 2021-04-30 13:05:10 -05:00
mgmt mgmt: mcumgr: smp_bt: Use UUID encode macro for 128-bit UUIDs 2021-06-11 16:13:35 +02:00
modbus modbus: fix untrusted loop bound in modbus client 2021-05-05 11:33:56 +02:00
net net: dhcpv4: Prevent DHCP client from clearing the gateway 2021-06-16 10:40:54 +02:00
pm pm: Fix policy manager header 2021-06-14 21:48:27 -04:00
portability portability: move cmsis api headers 2021-04-20 08:45:05 -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: optionally set shell root command using Kconfig 2021-06-16 10:41:17 +02:00
stats misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
storage storage/flash_map: Fix flash area bounds checking 2021-05-25 16:59:01 -05:00
task_wdt task_wdt: Pause hardware wdt during debugging 2021-05-21 05:00:07 -05:00
testsuite ztest: set thread name to test name 2021-05-17 18:45:57 -04:00
timing timing: add kconfig CONFIG_TIMING_FUNCTIONS_NEED_AT_BOOT 2021-04-06 16:43:55 -04:00
tracing Tracing: TRACING_NONE Compilation Fix 2021-05-27 14:39:40 -05:00
usb usb: hid: remove get_protocol/set_protocol from USB HID class API 2021-05-07 13:14:47 +02:00
CMakeLists.txt pm: move power subsystem to pm 2021-05-05 18:35:49 -04:00
Kconfig pm: move power subsystem to pm 2021-05-05 18:35:49 -04:00