You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/04/21 14:35:30 UTC

[GitHub] [mynewt-nimble] h2zero commented on a change in pull request #802: ble_hs_misc_conn_chan_find_reqd() null pointer exception fix.

h2zero commented on a change in pull request #802:
URL: https://github.com/apache/mynewt-nimble/pull/802#discussion_r412240527



##########
File path: nimble/host/src/ble_hs_misc.c
##########
@@ -66,14 +66,15 @@ ble_hs_misc_conn_chan_find_reqd(uint16_t conn_handle, uint16_t cid,
     int rc;
 
     rc = ble_hs_misc_conn_chan_find(conn_handle, cid, &conn, &chan);
-    BLE_HS_DBG_ASSERT_EVAL(rc == 0);

Review comment:
       Agreed I will add it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org