Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3839:320acec37716
[xemacs-hg @ 2007-02-21 10:49:30 by stephent]
Fix error handling in png_instantiate. <871wkjn5in.fsf@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 21 Feb 2007 10:49:33 +0000 |
parents | edaaf9a96d40 |
children | 5989b9bbb612 |
comparison
equal
deleted
inserted
replaced
3838:ee97c4f8f57d | 3839:320acec37716 |
---|---|
1 2007-02-17 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * glyphs-eimage.c (png_instantiate_unwind): Avoid recursion. | |
4 (png_instantiate): Initialize setjmp_buffer early, and avoid | |
5 recursive entry to error handler. | |
6 | |
1 2007-02-19 Stephen J. Turnbull <stephen@xemacs.org> | 7 2007-02-19 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 8 |
3 * specifier.c (Fdevice_matching_specifier_tag_list): | 9 * specifier.c (Fdevice_matching_specifier_tag_list): |
4 Don't take XCDR of possible non-cons. Avoids crash in VM introduced | 10 Don't take XCDR of possible non-cons. Avoids crash in VM introduced |
5 or unmasked by Aidan's 2007-02-06 patch. | 11 or unmasked by Aidan's 2007-02-06 patch. |