This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] malloc: Avoid premature fallback to mmap [BZ #20284]
- From: Siddhesh Poyarekar <siddhesh at sourceware dot org>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 22 Jun 2016 00:25:24 +0530
- Subject: Re: [PATCH] malloc: Avoid premature fallback to mmap [BZ #20284]
- Authentication-results: sourceware.org; auth=none
- References: <20160621152118 dot 20F8F402276E4 at oldenburg dot str dot redhat dot com>
On Tue, Jun 21, 2016 at 05:21:18PM +0200, Florian Weimer wrote:
> 2016-06-21 Florian Weimer <fweimer@redhat.com>
>
> [BZ #20284]
> * malloc/arena.c (reused_arena): Do not return NULL if we start
> out with a non-corrupted arena.
>
Looks OK to me. The commit log could however use a nice explanation
of what the problem is.
Siddhesh