-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Bluetooth: Mesh: Config Client's net_key_status pulls two key indexes, should pull one. #24601
Labels
Comments
trond-snekvik
added
bug
The issue is a bug, or the PR is fixing a bug
area: Bluetooth
area: Bluetooth Mesh
labels
Apr 22, 2020
trond-snekvik
added a commit
to trond-snekvik/zephyr
that referenced
this issue
Apr 22, 2020
Fixes bug where the config client's net_key_status handler would attempt to pull two key indexes from a message which only holds one. Fixes zephyrproject-rtos#24601. Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
jhedberg
pushed a commit
that referenced
this issue
Apr 23, 2020
Fixes bug where the config client's net_key_status handler would attempt to pull two key indexes from a message which only holds one. Fixes #24601. Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
trond-snekvik
added a commit
to trond-snekvik/zephyr
that referenced
this issue
Apr 28, 2020
Fixes bug where the config client's net_key_status handler would attempt to pull two key indexes from a message which only holds one. Fixes zephyrproject-rtos#24601. Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
trond-snekvik
added a commit
to trond-snekvik/zephyr
that referenced
this issue
Apr 28, 2020
Fixes bug where the config client's net_key_status handler would attempt to pull two key indexes from a message which only holds one. Fixes zephyrproject-rtos#24601. Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
jhedberg
pushed a commit
that referenced
this issue
Apr 28, 2020
Fixes bug where the config client's net_key_status handler would attempt to pull two key indexes from a message which only holds one. Fixes #24601. Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
sandeepbrcm
pushed a commit
to Broadcom/zephyr
that referenced
this issue
Apr 30, 2020
Fixes bug where the config client's net_key_status handler would attempt to pull two key indexes from a message which only holds one. Fixes zephyrproject-rtos#24601. Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
nashif
pushed a commit
that referenced
this issue
Jun 4, 2020
Fixes bug where the config client's net_key_status handler would attempt to pull two key indexes from a message which only holds one. Fixes #24601. Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
hakehuang
pushed a commit
to hakehuang/zephyr
that referenced
this issue
Jun 20, 2020
Fixes bug where the config client's net_key_status handler would attempt to pull two key indexes from a message which only holds one. Fixes zephyrproject-rtos#24601. Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
pkral78
pushed a commit
to cloudfieldcz/zephyr
that referenced
this issue
Aug 4, 2020
Fixes bug where the config client's net_key_status handler would attempt to pull two key indexes from a message which only holds one. Fixes zephyrproject-rtos#24601. Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Config client's
net_key_status
handler useskey_index_unpack
to unpack two key indexes from net_key_status, while the message only has one. This triggers access to unused memory, and asserts net buf.The text was updated successfully, but these errors were encountered: