aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-28 16:51:50 -0700
committerPaul Eggert2011-07-28 16:51:50 -0700
commit1ffd9c92ea38e078ec6cde6277c7ce88895212df (patch)
treed01e694989117659f9806a5b3f95ae99cda729b9 /src/ChangeLog
parent483a9e21b6c8387cdbd5a5f3ab8a3fe77f7e52a0 (diff)
downloademacs-1ffd9c92ea38e078ec6cde6277c7ce88895212df.tar.gz
emacs-1ffd9c92ea38e078ec6cde6277c7ce88895212df.zip
* ftfont.c: Check for size overflow.
(ftfont_get_open_type_spec, setup_otf_gstring, ftfont_shape_by_flt): Check for integer overflow in size calculations.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 058c250a330..84d7bf4cb48 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-07-28 Paul Eggert <eggert@cs.ucla.edu> 12011-07-28 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * ftfont.c: Check for size overflow.
4 (ftfont_get_open_type_spec, setup_otf_gstring, ftfont_shape_by_flt):
5 Check for integer overflow in size calculations.
6
3 * fringe.c (Fdefine_fringe_bitmap): Don't update size until alloc works. 7 * fringe.c (Fdefine_fringe_bitmap): Don't update size until alloc works.
4 8
5 * frame.h (struct frame): Use int, not EMACS_INT, where int works. 9 * frame.h (struct frame): Use int, not EMACS_INT, where int works.