You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/18 13:11:22 UTC

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request #5029: wireless/bluetooth/bt_hcicore.c: fix buffer allocation

raiden00pl opened a new pull request #5029:
URL: https://github.com/apache/incubator-nuttx/pull/5029


   ## Summary
   wireless/bluetooth/bt_hcicore.c: allocated recv buffer must reserve BLUETOOTH_H4_HDRLEN for head
   
   This was broken since 6c69b12000e.
   The first byte in io_data buffer must be the BT H4 packet type.
   Without this change an assertion in bt_netdev.c:535 is always raised and nimble host layer crash.
   
   ## Impact
   nimble host layer works again with NuttX
   
   ## Testing
   nrf52
   


-- 
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@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5029: wireless/bluetooth/bt_hcicore.c: fix buffer allocation

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5029:
URL: https://github.com/apache/incubator-nuttx/pull/5029


   


-- 
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@nuttx.apache.org

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