diff options
| author | Paul Eggert | 2011-06-19 23:03:10 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-19 23:03:10 -0700 |
| commit | 74ca2eb34bb66901b04d33cbef16ff7c8d8df551 (patch) | |
| tree | 36e5c1677c448f55bc64ef00c200fba1170c0b2e /src/ChangeLog | |
| parent | 9bda3520ff9b70be8645e0ebc38cf212208c444b (diff) | |
| download | emacs-74ca2eb34bb66901b04d33cbef16ff7c8d8df551.tar.gz emacs-74ca2eb34bb66901b04d33cbef16ff7c8d8df551.zip | |
* image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
Don't assume string length fits in int.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 16e8342ee0b..4928e209364 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-06-20 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]: | ||
| 4 | Don't assume string length fits in int. | ||
| 5 | |||
| 3 | * gtkutil.c (style_changed_cb): Avoid need for strlen. | 6 | * gtkutil.c (style_changed_cb): Avoid need for strlen. |
| 4 | 7 | ||
| 5 | * font.c: Don't assume string length fits in int. | 8 | * font.c: Don't assume string length fits in int. |