1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

malloc-gnu-tests, etc.: test ptrdiff_t overflow

* modules/calloc-gnu-tests (Depends-on):
* modules/malloc-gnu-tests (Depends-on):
* modules/realloc-gnu-tests (Depends-on): Add stdint.
* tests/test-calloc-gnu.c (main):
* tests/test-malloc-gnu.c (main):,
* tests/test-realloc-gnu.c (main): Test for ptrdiff_t overflow.
This commit is contained in:
Paul Eggert
2021-04-18 15:29:54 -07:00
parent b28520a806
commit abe94812b3
7 changed files with 44 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ Files:
tests/test-malloc-gnu.c
Depends-on:
stdint
configure.ac: