1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
Files
glibc/malloc
Siddhesh Poyarekar 84c202246b MTE: Do not pad size in realloc_check
The MTE patch to add malloc support incorrectly padded the size passed
to _int_realloc by SIZE_SZ when it ought to have sent just the
chunksize.  Revert that bit of the change so that realloc works
correctly with MALLOC_CHECK_ set.

This also brings the realloc_check implementation back in sync with
libc_realloc.
2020-12-24 06:02:05 +05:30
..
2020-12-24 06:02:05 +05:30
2014-01-02 09:40:10 +01:00
2020-09-17 18:49:30 -04:00
2020-04-03 07:20:56 -04:00
2007-12-16 22:57:57 +00:00
2020-09-17 18:49:30 -04:00