aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 879ce2834e..4ca48fa91c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-30 Paul Eggert <[email protected]>
+
+ Malloc failure behavior now depends on size of allocation.
+ * lib/allocator.h (struct allocator.die): New size arg.
+ * lib/careadlinkat.c (careadlinkat): Pass size to 'die' function.
+ If the actual problem is an ssize_t limitation, not a size_t or
+ malloc failure, fail with errno == ENAMETOOLONG instead of calling 'die'.
+
2011-05-29 Paul Eggert <[email protected]>
Adjust to recent gnulib change for @GUARD_PREFIX@.