This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] malloc: Perform full initialization before __malloc_check_init


On 09/20/2017 02:27 PM, Florian Weimer wrote:
Previously, initialization was implicitly performed by mallopt,
but commit ac3ed168d0c0b2b702319ac0db72c9b475a8c72e (malloc:
Remove check_action variable) removed the mallopt call.

2017-09-20  Florian Weimer<fweimer@redhat.com>

	* malloc/arena.c [!HAVE_TUNABLES] (ptmalloc_init): Call
	malloc_consolidate before __malloc_check_init.

I forgot the bug reference:

  https://sourceware.org/bugzilla/show_bug.cgi?id=22159

Fixed locally.

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]