Hi Paul, > > How about extending the unit test (tests/test-malloc-gnu.c) accordingly? > > Won't that raise the possibility of the tests being too expensive, in > case the C library actually attempts to allocate PTRDIFF_MAX + 1 bytes?
In those cases where our code has a bug and the xalloc_oversized test in malloc.c is not effective, yes, the test program may allocate a lot of memory. If we put the test in a module that is marked as Status: privileged-test normal users will never get to execute this test. Bruno