You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2017/02/01 19:14:44 UTC

[5/5] incubator-mynewt-core git commit: This closes #170.

This closes #170.

Merge remote-tracking branch 'sjanc/fixes' into develop

* sjanc/fixes:
  nimble/gatts: Fix use of uninitialized variable
  nimble/hci: Fix passing uninitialized data
  nimble/l2cap: Fix possible NULL pointer dereference
  nimble/sm: Fix out of bound access with logs enabled


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/311154e7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/311154e7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/311154e7

Branch: refs/heads/develop
Commit: 311154e77d637d4bbc0a4c7edd156dfe0a0c41e5
Parents: 80ed11d 3f1ea82
Author: Christopher Collins <cc...@apache.org>
Authored: Wed Feb 1 11:05:11 2017 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Wed Feb 1 11:05:11 2017 -0800

----------------------------------------------------------------------
 net/nimble/host/src/ble_gatts.c         |  2 +-
 net/nimble/host/src/ble_hs_hci_evt.c    |  1 +
 net/nimble/host/src/ble_l2cap_sig_cmd.c | 12 +++---------
 net/nimble/host/src/ble_sm_sc.c         |  4 ++--
 4 files changed, 7 insertions(+), 12 deletions(-)
----------------------------------------------------------------------