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

   
   ## Summary
   
   libc: fix assert "Free memory from the wrong heap" with flat mode and user 
separated heap enabled mode
   
   In flat mode:
   kernel code, like net driver...
   strdup    -> nx_strdup -> kmm_malloc
   lib_free  -> kmm_free
   
   app code, like stdlib...
   strdup -> malloc
   free   -> free
   
   ## Impact
   
   user separated heap enabled mode
   
   ## Testing
   
   To fix the issue described by:
   https://github.com/apache/nuttx/pull/16766
   
   
   
   


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