commit | 8020c16a6c9fc8d6a5217be8d005f2fc558f6ab5 | [log] [tgz] |
---|---|---|
author | Szymon Janc <szymon.janc@tieto.com> | Mon Feb 28 14:09:50 2011 +0100 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Tue Mar 01 22:18:17 2011 -0300 |
tree | 1abf93e525caff365c8447f44bb985d5e6b2b6bc | |
parent | 30e7627219f985cd17a1ac24e0163ebcfb1277bf [diff] |
Bluetooth: Fix possible NULL pointer dereference in cmd_complete It is now possible to create command complete event without specific reply data by passing NULL as reply with len 0. Check pointer before calling memcpy to avoid undefined behaviour. Signed-off-by: Szymon Janc <szymon.janc@tieto.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>