This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] malloc: Remove check_action variable [BZ #21754]
On Wed, Aug 30, 2017 at 10:31 AM, Florian Weimer <fweimer@redhat.com> wrote:
> On 08/30/2017 06:29 PM, Carlos O'Donell wrote:
>
>> Should we update the documentation?
>>
>> (a) manual/tunables.texi needs an update of glibc.malloc.check documentation
>> to remove those values which no longer do anything.
>
> That's already in master. However, I'm going to remove the
> documentation of the check_action probe and the probe itself.
>
>> (B) Please remove '@comment TODO: @item M_CHECK_ACTION' from manual/memory.texi.
>
> Sure.
>
>> Do you plan to submit a manual update for linux man pages which document mallopt?
>
> Yes, eventually, once we have decided what to do with the header file
> and malloc checking in general.
>
One of malloc change caused:
https://sourceware.org/bugzilla/show_bug.cgi?id=22052
--
H.J.