aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-19 20:21:35 -0700
committerPaul Eggert2011-06-19 20:21:35 -0700
commitb5b8c9e5d3c14ad3510af9edb2d693f312eecf53 (patch)
tree60826fc85c6a8a8de0c80d2f8baee4e2d22dec1b /src/ChangeLog
parent882f0d8119c9135b06ce9b291a139e4e9c6eeff8 (diff)
downloademacs-b5b8c9e5d3c14ad3510af9edb2d693f312eecf53.tar.gz
emacs-b5b8c9e5d3c14ad3510af9edb2d693f312eecf53.zip
* font.c: Don't assume string length fits in int.
(font_parse_xlfd, font_parse_fcname, font_unparse_fcname): Use ptrdiff_t, not int.
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 fd17f85f1e1..32756b4427f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-06-20 Paul Eggert <eggert@cs.ucla.edu> 12011-06-20 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * font.c: Don't assume string length fits in int.
4 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
5 Use ptrdiff_t, not int.
6
3 * filelock.c: Fix some buffer overrun and integer overflow issues. 7 * filelock.c: Fix some buffer overrun and integer overflow issues.
4 (get_boot_time): Don't assume that gzip command string fits in 100 bytes. 8 (get_boot_time): Don't assume that gzip command string fits in 100 bytes.
5 Reformulate so as not to need the command string. 9 Reformulate so as not to need the command string.