Hi Hiltjo,
Hiltjo Posthuma wrote on Wed, Dec 05, 2018 at 05:46:53PM +0100:
> In the malloc_usable_size() revert commit it was forgotten
> to remove one line.
>
> The below patch fixes this:
Committed, thanks.
Ingo
> diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
> index 49
Hi,
In the malloc_usable_size() revert commit it was forgotten to remove one line.
The below patch fixes this:
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 49a5b993f44..cc71560739a 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -63,7 +63,6 @@