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: Fix assertion in malloc.c:tcache_get


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

Yes please :-)


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