-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
function l2cap_br_conn_req in /subsys/bluetooth/host/l2cap_br.c references uninitialized pointer #2882
Comments
by Johan Hedberg: This seems to be a regression from the following patch: commit 941104a
|
by Johan Hedberg: Also, unlike the description, this has nothing to do with the IP stack. Arek, in case you don't have access to the coverity report, the issue is that there are several goto's to the 'done' label where 'chan' is uninitialized. |
by Arkadiusz Lichwa: allright, will check that |
by Mark Linkmeyer: Correcting the priority field |
by Andrei Laperie: low pri as that's BR-EDR -related |
by Johan Hedberg: This was already fixed by: commit ba2adb7
That commit had a reference to this Jira item, so not sure why it didn't show up here. |
- Add a new IPI interrupt to signal other CPU's to jump to a routine which spins endlessly whenever there is a fatal error on a CPU Signed-off-by: Saurabh Karajgaonkar <saurabh.karajgaonkar@edgeq.io>
[BUG zephyrproject-rtos#2882] arch: arm64: core: Add IPI for system halt
Reported by David Kinder:
uninitialized pointer read in function l2cap_br_conn_req in /subsys/bluetooth/host/l2cap_br.c
BR/EDR (aka Bluetooth Classic) is still a work in progress and we don't have any real target hardware for it yet (besides qemu).
(Imported from Jira ZEP-1405)
The text was updated successfully, but these errors were encountered: