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 2022/03/01 14:21:39 UTC

[GitHub] [mynewt-nimble] kasjer opened a new pull request #1197: transport/nrf5340: Fix IPC race condition

kasjer opened a new pull request #1197:
URL: https://github.com/apache/mynewt-nimble/pull/1197


   ipc_nrf5340_recv was called in nrf_5340_ble_hci_init(), this function
   enabled BLE IPC channel if though host transport did not register yet.
   If that jump to NULL pointer happens.
   
   To prevent this IPC channel is configured after transport callbacks are
   setup. And only then interrupt is enabled for BLE IPC channel.


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

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

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



[GitHub] [mynewt-nimble] kasjer merged pull request #1197: transport/nrf5340: Fix IPC race condition

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #1197:
URL: https://github.com/apache/mynewt-nimble/pull/1197


   


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

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

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