aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-06-19 07:21:07 +0400
committerDmitry Antipov2014-06-19 07:21:07 +0400
commit52a6194ff6b327bcd520dc308f346d01e456b0b0 (patch)
tree8e8186ba4542f2943591b3cee74a10f49149a7cb /src/ChangeLog
parentbc2fb4fdad8cc54a7fe47bd76580959697219846 (diff)
downloademacs-52a6194ff6b327bcd520dc308f346d01e456b0b0.tar.gz
emacs-52a6194ff6b327bcd520dc308f346d01e456b0b0.zip
* font.c (font_make_object): Avoid dangling pointer which may
crash GC (Bug#17771).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fb0cc471599..6869116416a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-06-19 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * font.c (font_make_object): Avoid dangling pointer which may
4 crash GC (Bug#17771).
5
12014-06-18 Eli Zaretskii <eliz@gnu.org> 62014-06-18 Eli Zaretskii <eliz@gnu.org>
2 7
3 * image.c [5 < GIFLIB_MAJOR + (1 <= GIFLIB_MINOR)]: Declare the 8 * image.c [5 < GIFLIB_MAJOR + (1 <= GIFLIB_MINOR)]: Declare the