diff options
| author | Paul Eggert | 2011-07-18 20:34:13 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-18 20:34:13 -0700 |
| commit | e097a6fa863b26952a476e71a786fa7b2460277b (patch) | |
| tree | 759c9146fe747732a9243b6070ed0a31317dc713 /src/ChangeLog | |
| parent | 5637687fead7d57f73ea9a7677d25b93fb785dc7 (diff) | |
| download | emacs-e097a6fa863b26952a476e71a786fa7b2460277b.tar.gz emacs-e097a6fa863b26952a476e71a786fa7b2460277b.zip | |
* charset.c (Fdefine_charset_internal): Check for integer overflow.
Add a FIXME comment about memory leaks.
(syms_of_charset): Don't assume xmalloc returns.
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 54ce0c8df4e..4a9e03d5da0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-07-19 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * charset.c (Fdefine_charset_internal): Check for integer overflow. | ||
| 4 | Add a FIXME comment about memory leaks. | ||
| 5 | (syms_of_charset): Don't assume xmalloc returns. | ||
| 6 | |||
| 3 | Don't assume that stated character widths fit in int. | 7 | Don't assume that stated character widths fit in int. |
| 4 | * character.c (Fchar_width, c_string_width, lisp_string_width): | 8 | * character.c (Fchar_width, c_string_width, lisp_string_width): |
| 5 | * character.h (CHAR_WIDTH): | 9 | * character.h (CHAR_WIDTH): |