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/06/14 13:23:26 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request, #2850: mempool: Fix OS_MEMPOOL_SIZE when OS_MEMPOOL_GUARD is on

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

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


[GitHub] [mynewt-core] sjanc commented on pull request #2850: mempool: Fix OS_MEMPOOL_SIZE when OS_MEMPOOL_GUARD is on

Posted by GitBox <gi...@apache.org>.
sjanc commented on PR #2850:
URL: https://github.com/apache/mynewt-core/pull/2850#issuecomment-1155275107

   https://github.com/apache/mynewt-core/pull/2340 for some background
   
   @hbcam FYI


-- 
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-core] kasjer merged pull request #2850: mempool: Fix OS_MEMPOOL_SIZE when OS_MEMPOOL_GUARD is on

Posted by GitBox <gi...@apache.org>.
kasjer merged PR #2850:
URL: https://github.com/apache/mynewt-core/pull/2850


-- 
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-core] apache-mynewt-bot commented on pull request #2850: mempool: Fix OS_MEMPOOL_SIZE when OS_MEMPOOL_GUARD is on

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on PR #2850:
URL: https://github.com/apache/mynewt-core/pull/2850#issuecomment-1155184832

   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


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