aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-11-05 19:23:25 +0200
committerEli Zaretskii2012-11-05 19:23:25 +0200
commit508f51f5f41e1e7af50f5f215688ad77daec0f1a (patch)
tree7519b5d0ddc6e8930ab133e3942e5e056d60c1d2 /src/ChangeLog
parenta9a3835c2671e24dc3b41c6b9bc9469ee66b7510 (diff)
downloademacs-508f51f5f41e1e7af50f5f215688ad77daec0f1a.tar.gz
emacs-508f51f5f41e1e7af50f5f215688ad77daec0f1a.zip
Fix bug #12774 with crashes in ralloc.c.
src/ralloc.c (relinquish): If real_morecore fails to return memory to the system, don't crash; instead, leave the last heap unchanged and return.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3ae755f3d20..c49039a3cf9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-11-05 Eli Zaretskii <eliz@gnu.org>
2
3 * ralloc.c (relinquish): If real_morecore fails to return memory
4 to the system, don't crash; instead, leave the last heap
5 unchanged and return. (Bug#12774)
6
12012-11-03 Eli Zaretskii <eliz@gnu.org> 72012-11-03 Eli Zaretskii <eliz@gnu.org>
2 8
3 * lisp.mk: Adjust comments to the fact that term/internal is now 9 * lisp.mk: Adjust comments to the fact that term/internal is now