aboutsummaryrefslogtreecommitdiff
path: root/malloc/tst-realloc.c
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-08realloc: Return unchanged if request is within usable sizeSiddhesh Poyarekar
2022-03-10malloc: Exit early on test failure in tst-reallocFlorian Weimer
2022-01-26Avoid -Wuse-after-free in tests [BZ #26779].Martin Sebor
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-29tst-realloc: do not check for errno on success [BZ #22611]Aurelien Jarno
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg
2017-01-04Fix malloc/ tests for GCC 7 -Walloc-size-larger-than=.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-01-02Reformat malloc to gnu style.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-09-09malloc: Add realloc test.Will Newton