pussuw opened a new pull request, #8188:
URL: https://github.com/apache/nuttx/pull/8188

   ## Summary
   When adding more heap memory, the total heap size was not updated. This 
results in a crash in mm_mallinfo:
   
   DEBUGASSERT((size_t)info->uordblks + info->fordblks == heap->mm_heapsize);
   
   This commit fixes this issue
   ## Impact
   Fix crash in mm_mallinfo if sbrk / mm_extend is used, especially happens in 
CONFIG_BUILD_KERNEL
   ## Testing
   icicle:knsh
   


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

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

Reply via email to