Skip to content
Commit dd1fc0dd authored by Aleksandr Khromykh's avatar Aleksandr Khromykh Committed by Carles Cufí
Browse files

Bluetooth: Mesh: fix access to uninitialized memory



Running bsim with Valgrind highlighted a couple of
places where read access to uninitialized memory happens.
Config client rewrites publication parameters with not
initialized uuid pointer. Bitfields those are allocated on
the stack keeps not used area uninitialized too.
Uninitialized area is stored in the persistent memory.
PR fixes that.

Signed-off-by: default avatarAleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
parent 7c0f126a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment