diff options
| author | Chong Yidong | 2010-02-04 22:54:49 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-02-04 22:54:49 -0500 |
| commit | 3088147c5df9ff1ca0bcd6b5bdb1f7170fab909c (patch) | |
| tree | 6846a54bba2aff247000667d3ceb9aa9ead0e367 /src/ChangeLog | |
| parent | bdd428996e3c2cc58ffcde8b0cb2215e2e2b247c (diff) | |
| download | emacs-3088147c5df9ff1ca0bcd6b5bdb1f7170fab909c.tar.gz emacs-3088147c5df9ff1ca0bcd6b5bdb1f7170fab909c.zip | |
Fix for Bug#5526.
* charset.c (load_charset_map_from_file): Allocate large
charset_map_entries structure on the heap rather than the stack.
(Bug#5526).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7277400a0f1..f1f4aa24b35 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-02-05 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * charset.c (load_charset_map_from_file): Allocate large | ||
| 4 | charset_map_entries structure on the heap rather than the stack. | ||
| 5 | (Bug#5526). | ||
| 6 | |||
| 1 | 2010-01-31 Kenichi Handa <handa@m17n.org> | 7 | 2010-01-31 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * font.c (font_parse_xlfd): If FONT is a font-entity and pixel | 9 | * font.c (font_parse_xlfd): If FONT is a font-entity and pixel |