[patch] Correct range checking in mallopt/mxfast/tcache [BZ #25194]

DJ Delorie dj@redhat.com
Wed Dec 4 05:42:00 GMT 2019


"Carlos O'Donell" <codonell@redhat.com> writes:
> * Documentation in a comment that this is safe with an example.

Also, "overflow" is the only way to pass real values larger than
size_t/2, which would get cast to negative int, then back to positive
size_t.



More information about the Libc-alpha mailing list