Checking patch malloc/malloc.c... error: while searching for: } size_t nb = checked_request2size (bytes); /* Call malloc with worst case padding to hit alignment. */ void *m = _int_malloc (av, nb + alignment + MINSIZE); if (m == NULL) return NULL; error: patch failed: malloc/malloc.c:4710 error: malloc/malloc.c: patch does not apply Checking patch malloc/tst-malloc-too-large.c... error: while searching for: } static long pagesize; /* This function tests the following aligned memory allocation functions using several valid alignments and precedes each allocation test with a error: patch failed: malloc/tst-malloc-too-large.c:152 error: malloc/tst-malloc-too-large.c: patch does not apply