aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-19 22:51:47 -0700
committerPaul Eggert2011-06-19 22:51:47 -0700
commitccd6111c2415fc357944464cdf51ab496364241c (patch)
tree0f98d8b17e39b90a09bb005a539464fe00f165f3 /src/ChangeLog
parentb5b8c9e5d3c14ad3510af9edb2d693f312eecf53 (diff)
downloademacs-ccd6111c2415fc357944464cdf51ab496364241c.tar.gz
emacs-ccd6111c2415fc357944464cdf51ab496364241c.zip
* font.c (font_intern_prop): Don't assume string length fits in int.
Don't assume integer property fits in fixnum. * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 32756b4427f..cb6ea8ff9eb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,9 @@
3 * font.c: Don't assume string length fits in int. 3 * font.c: Don't assume string length fits in int.
4 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname): 4 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
5 Use ptrdiff_t, not int. 5 Use ptrdiff_t, not int.
6 (font_intern_prop): Don't assume string length fits in int.
7 Don't assume integer property fits in fixnum.
8 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
6 9
7 * filelock.c: Fix some buffer overrun and integer overflow issues. 10 * filelock.c: Fix some buffer overrun and integer overflow issues.
8 (get_boot_time): Don't assume that gzip command string fits in 100 bytes. 11 (get_boot_time): Don't assume that gzip command string fits in 100 bytes.