Fix assertion in malloc.c:tcache_get

Carlos O'Donell carlos@redhat.com
Wed Feb 6 14:28:00 GMT 2019


On 2/4/19 6:36 PM, DJ Delorie wrote:
> Joseph Myers <joseph@codesourcery.com> writes:
>> -  assert (tcache->entries[tc_idx] > 0);
>> +  assert (tcache->counts[tc_idx] > 0);
> 
> Yes please :-)
 
Did we backport this anywhere that needs this fix?

-- 
Cheers,
Carlos.



More information about the Libc-alpha mailing list