Fix assertion in malloc.c:tcache_get

DJ Delorie dj@delorie.com
Mon Feb 4 23:36:00 GMT 2019


Joseph Myers <joseph@codesourcery.com> writes:
> -  assert (tcache->entries[tc_idx] > 0);
> +  assert (tcache->counts[tc_idx] > 0);

Yes please :-)



More information about the Libc-alpha mailing list