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 2019/07/15 13:37:29 UTC

[GitHub] [mynewt-nimble] michal-narajowski opened a new pull request #527: nimble/mesh: Fix null pointer access on prov_init

michal-narajowski opened a new pull request #527: nimble/mesh: Fix null pointer access on prov_init
URL: https://github.com/apache/mynewt-nimble/pull/527
 
 
   During bt_mesh_prov_init() a bt_mesh_proxy_get_buf() function
   is called that returns a buffer that has not been initialized yet.
   This patch changes the order of initialization, so that
   proxy is initialized before provisioning.

----------------------------------------------------------------
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


With regards,
Apache Git Services