diff options
| author | Chong Yidong | 2010-05-18 14:01:10 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-05-18 14:01:10 -0400 |
| commit | 754790b6c5a0ebe9cc1f2463d9446c5cb19b4264 (patch) | |
| tree | 9a013184548245cf9c4dac6b77db81d927d2d6bd /src/ChangeLog | |
| parent | dc9ed7949681bcb29cf151c5183efcc50260fa00 (diff) | |
| download | emacs-754790b6c5a0ebe9cc1f2463d9446c5cb19b4264.tar.gz emacs-754790b6c5a0ebe9cc1f2463d9446c5cb19b4264.zip | |
* character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
prevent stack overflow if number of arguments is too large
(Bug#6214).
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 8e2774f2a03..557cda8d4f9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-05-18 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to | ||
| 4 | prevent stack overflow if number of arguments is too large | ||
| 5 | (Bug#6214). | ||
| 6 | |||
| 1 | 2010-05-11 Eli Zaretskii <eliz@gnu.org> | 7 | 2010-05-11 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h. | 9 | * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h. |