Commit 82489a2
tests: bluetooth: tester: fix uninitialized pointer usage
Commit fixes passing `bt_mesh_scene_register status` with
not initialized `scenes` pointer.
Scene client expects this field having meaningful value.
If pointer have a garbage value, it will cause hardfault
(reason why this test randomly falls and is randomly fixed).
Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>1 parent 0a6f33a commit 82489a2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3931 | 3931 | | |
3932 | 3932 | | |
3933 | 3933 | | |
3934 | | - | |
| 3934 | + | |
3935 | 3935 | | |
3936 | 3936 | | |
3937 | 3937 | | |
| |||
0 commit comments