getaddrinfo: Don't depend on strdup.
authorSimon Josefsson <simon@josefsson.org>
Thu, 18 Sep 2008 13:46:30 +0000 (15:46 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 18 Sep 2008 13:46:30 +0000 (15:46 +0200)
ChangeLog
modules/getaddrinfo

index 96a122d4722a35f67715ecaebeaec31f67b4566c..370dd9c1ab87b22508bed15a6c6acad17ff6bee6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-18  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/getaddrinfo (Depends-on): Remove strdup, this module
+       assumes strdup exists and does not depend on strdup to return
+       ENOMEM on out of memory conditions.
+
 2008-09-18  Bruno Haible  <bruno@clisp.org>
 
        * lib/vasnprintf.c (decimal_point_char): Define also if
index b9964655ead975a211e5636cf5873d793b6e5fe8..84a9a967b1a997a0fb286ebd109a65d092d2c03e 100644 (file)
@@ -14,7 +14,6 @@ inet_ntop
 snprintf
 socklen
 stdbool
-strdup
 sys_socket
 
 configure.ac: