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 2018/04/18 08:49:48 UTC

[GitHub] sjanc opened a new pull request #52: nimble/ll: Fix dereferencing NULL pointer in ble_ll_scan_rx_isr_end

sjanc opened a new pull request #52: nimble/ll: Fix dereferencing NULL pointer in ble_ll_scan_rx_isr_end
URL: https://github.com/apache/mynewt-nimble/pull/52
 
 
   If we are out of buffers NULL rxpdu can be passed to this function.
   Dereference it only after checking if it is not NULL.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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