From 91f0c71300fb4f48cd39df121b8434f56012502c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 25 Aug 2005 19:45:05 +0000 Subject: [PATCH] * modules/regex (Depends-on): Add malloc, since the code assumes that !malloc(0) means failure. --- ChangeLog | 5 +++++ modules/regex | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 38a6935c61..3527140e47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-25 Paul Eggert + + * modules/regex (Depends-on): Add malloc, since the code + assumes that !malloc(0) means failure. + 2005-08-24 Bruno Haible * modules/tls-tests: New file. diff --git a/modules/regex b/modules/regex index 369b8eb311..328c011b3a 100644 --- a/modules/regex +++ b/modules/regex @@ -15,6 +15,7 @@ Depends-on: alloca extensions gettext-h +malloc restrict configure.ac: -- 2.30.2