]> granicus.if.org Git - esp-idf/commit
heap: Fix printf usage in heap poisoning
authorDarian Leung <darian@espressif.com>
Mon, 9 Sep 2019 13:56:39 +0000 (21:56 +0800)
committerDarian Leung <darian@espressif.com>
Mon, 9 Sep 2019 13:56:39 +0000 (21:56 +0800)
commite52c0d0da2ce613efe10d8f4b7147d0cc051a332
tree629374b23eb97a5af4887772f072a697cc722fda
parent56231a998bd85f1bc2b0f019fb779abb9d5c01d8
heap: Fix printf usage in heap poisoning

This commit fixes the bug where printf() is used in
verify_allocated_region() when ets_printf() should be used.
components/heap/multi_heap_poisoning.c