tluio opened a new issue #858:
URL: https://github.com/apache/mynewt-nimble/issues/858
On line 81, the pointer **membuf** is checked in
if (membuf != NULL)
This indicates that **membuf** can be NULL.
If so, a NULL dereference bug will occur on line 114:
SLIST_NEXT(block_ptr, mb_next)
----------------------------------------------------------------
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:
[email protected]