diff options
| author | Paul Eggert | 2011-06-19 20:21:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-19 20:21:35 -0700 |
| commit | b5b8c9e5d3c14ad3510af9edb2d693f312eecf53 (patch) | |
| tree | 60826fc85c6a8a8de0c80d2f8baee4e2d22dec1b /src/ChangeLog | |
| parent | 882f0d8119c9135b06ce9b291a139e4e9c6eeff8 (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 @@ | |||
| 1 | 2011-06-20 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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. |