Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4646:6c6bfdb80a0c
Prevent integer overflow and subsequent crashes when attempting to load large
images. See <870180fe0907011540m7509f371h97d336477145166a@mail.gmail.com> in
xemacs-patches.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 01 Jul 2009 16:42:11 -0600 |
parents | b0ae008bf1a0 |
children | e4ed58cb0e5b |
comparison
equal
deleted
inserted
replaced
4645:f2a991ff6db0 | 4646:6c6bfdb80a0c |
---|---|
1 2009-06-09 Jerry James <james@xemacs.org> | |
2 | |
3 * glyphs-eimage.c (jpeg_instantiate): | |
4 (gif_instantiate): | |
5 (png_instantiate): | |
6 (tiff_instantiate): Check for integer overflow before allocating | |
7 memory for an image. | |
8 | |
1 2009-06-20 Stephen Turnbull <stephen@xemacs.org> | 9 2009-06-20 Stephen Turnbull <stephen@xemacs.org> |
2 | 10 |
3 * callint.c (Finteractive): Document that (interactive) must | 11 * callint.c (Finteractive): Document that (interactive) must |
4 appear at the "top level" of a function definition to be effective. | 12 appear at the "top level" of a function definition to be effective. |
5 | 13 |