aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2013-12-01 15:34:05 +0100
committerLars Magne Ingebrigtsen2013-12-01 15:34:05 +0100
commit5f9aee6fdd89fe983b022598a80d6314f98321bc (patch)
tree07c7b06f49a561fba8adb5fd536e5db8734f092b /src/ChangeLog
parentde8a5633bd862aa5f5eb265a3d9fa855df731bfa (diff)
downloademacs-5f9aee6fdd89fe983b022598a80d6314f98321bc.tar.gz
emacs-5f9aee6fdd89fe983b022598a80d6314f98321bc.zip
Fix duckduckgo imagemagick crash
* image.c (imagemagick_compute_animated_image): Don't crash if we have an animation with different-sized images. Fixes: debbugs:15313
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 454413c85c0..36c379c56dc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * image.c (imagemagick_compute_animated_image): Don't crash if we
4 have an animation with different-sized images (bug#15313).
5
12013-11-30 Martin Rudalics <rudalics@gmx.at> 62013-11-30 Martin Rudalics <rudalics@gmx.at>
2 7
3 Remove some unused items introduced during pixelwise change. 8 Remove some unused items introduced during pixelwise change.