summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-05-30 22:43:11 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-05-30 22:43:11 -0700
commit12c69b84d1ab93d5b0bd189394952da12340f86d (patch)
tree9db74e27354d2027de3e3a04c6cb3d0f43d5179c
parent531b01656f89e093b9fa35959fa41e534b025320 (diff)
downloademacs-12c69b84d1ab93d5b0bd189394952da12340f86d.tar.gz
Add bug#.
-rw-r--r--ChangeLog3
-rw-r--r--src/ChangeLog2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ca48fa91c4..f64a271f77c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,8 @@
* 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'.
+ malloc failure, fail with errno == ENAMETOOLONG instead of calling
+ 'die'. (Bug#8762)
2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
diff --git a/src/ChangeLog b/src/ChangeLog
index aa034b3493f..fda9e440422 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,7 +4,7 @@
* alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
* lisp.h: Change signatures accordingly.
* alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
- All callers changed.
+ All callers changed. (Bug#8762)
* gnutls.c: Use Emacs's memory allocators.
Without this change, the gnutls library would invoke malloc etc.