From: Paul Eggert Date: Thu, 25 Aug 2005 19:45:05 +0000 (+0000) Subject: * modules/regex (Depends-on): Add malloc, since the code X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f0c71300fb4f48cd39df121b8434f56012502c;p=pspp * modules/regex (Depends-on): Add malloc, since the code assumes that !malloc(0) means failure. --- 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: