W-M-R commented on code in PR #15461:
URL: https://github.com/apache/nuttx/pull/15461#discussion_r1908139678


##########
mm/mm_heap/mm_initialize.c:
##########
@@ -209,6 +211,7 @@ void mm_addregion(FAR struct mm_heap_s *heap, FAR void 
*heapstart,
   sched_note_heap(NOTE_HEAP_ADD, heap, heapstart, heapsize,
                   heap->mm_curused);
   mm_unlock(heap);
+  kasan_hw_open();

Review Comment:
   This is a great decision.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to