kasjer opened a new pull request, #2850:
URL: https://github.com/apache/mynewt-core/pull/2850

   OS_MEMPOOL_SIZE returned incorrect memory size for mpool buffer when
   OS_MEMPOOL_GUARD was enabled.
   OS_MEMPOOL_GUARD requires extra space between memory blocks and
   OS_MEMPOOL_SIZE (and OS_MEMPOOL_BYTES) returned values that did not
   include this extra space.
   During os_mempool_init_internal() memory outside expected buffer
   was clobbered.


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

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

Reply via email to