# HG changeset patch # User Paul Eggert # Date 1099473881 0 # Node ID 4966ef3f0d28f2dcf3b2a1deccb259ad45db863c # Parent 21f9e658d03201aac18b72c7f7b9eaa1b74d928e * xreadlink.c (xreadlink): AIX and HP-UX readlink return -1 with errno == ERANGE if the buffer is too small. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2004-11-03 Paul Eggert + + * xreadlink.c (xreadlink): AIX and HP-UX readlink return -1 + with errno == ERANGE if the buffer is too small. + Problem reported by Mark D. Baushke. + 2004-11-02 Paul Eggert * xreadlink.c (MAXSIZE): New macro.