This closes #291 Addr is NULL when sending le connection request using whitelist. Error occurs on bsp/native when trying to do ble_addr_cmp with NULL addr. There is segmentation fault when reading from NULL.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/f04e1d0f Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/f04e1d0f Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/f04e1d0f Branch: refs/heads/master Commit: f04e1d0fe7fbd7d6de41f63f9296c8020badc72c Parents: c82ebd4 536fee4 Author: MichaÅ Narajowski <[email protected]> Authored: Tue May 23 13:34:00 2017 +0200 Committer: MichaÅ Narajowski <[email protected]> Committed: Tue May 23 13:34:00 2017 +0200 ---------------------------------------------------------------------- net/nimble/host/src/ble_hs_conn.c | 4 ++++ 1 file changed, 4 insertions(+) ----------------------------------------------------------------------
