commit | 7fb92c9eb125f722da96a9df56622bd0b745f9eb | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Tue Mar 11 13:33:13 2025 -0400 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Mar 12 07:15:12 2025 +0100 |
tree | 05c6d659602399d8041622bcb3031b7b063d1484 | |
parent | 294a26b2d10a076ad9c8a337fc3cff5573741b10 [diff] |
tests: lib: multi_heap: fix stack overflow Some platforms, notably ARM64, need more than 512 bytes of breathing room on the stack. Very weird and difficult-to-track memory corruptions were caused by test_mheap_realloc without this. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>