]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/realloc_corruption_bug' into 'master'
authorAngus Gratton <angus@espressif.com>
Fri, 9 Feb 2018 11:19:29 +0000 (19:19 +0800)
committerAngus Gratton <angus@espressif.com>
Fri, 9 Feb 2018 11:19:29 +0000 (19:19 +0800)
commita5eb369126e5cef31715d2755931cf933bb98bee
tree9e65dd72042f2430484761d85ea20b625630e629
parent417ef19084b2a6741384d7151784eb3b7a34893b
parentb7fc067c8c4b6333bf332d1be6b137d703c13e59
Merge branch 'bugfix/realloc_corruption_bug' into 'master'

heap: Fix bug when realloc moves data between heaps

See merge request idf/esp-idf!1931