commit | 36cf48464060bfcbf66cf325732c655584fe4b9d | [log] [tgz] |
---|---|---|
author | Emil Obalski <emil.obalski@nordicsemi.no> | Tue Jul 20 16:09:17 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Jul 23 16:25:47 2021 -0400 |
tree | 2a0beabe4af879576c251e9e1126fb6dee1160d9 | |
parent | a498ede0d79c10ce8f93c051f5868dbc6499d3ca [diff] |
mcumgr: smp: Fix NULL pointer reference SMP implementation across bt/udp does not check if allocation of the buffer was successful. If the buffer is not granted an error shall be returned. This patch fixes BUS FAULT issue when NULL pointer is referenced. Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>