diff options
| author | Paul Eggert | 2014-08-03 16:16:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-08-03 16:16:39 -0700 |
| commit | 8d2f19849a194934c05486e19a968d585f516fd6 (patch) | |
| tree | e515b31d2e52922c4711e5ca2222f35ee97d01cc /src/ChangeLog | |
| parent | 3cc0c06094c8731c9e15536fefd3382d8ca1eba0 (diff) | |
| download | emacs-8d2f19849a194934c05486e19a968d585f516fd6.tar.gz emacs-8d2f19849a194934c05486e19a968d585f516fd6.zip | |
Don't let big frames overrun the stack.
* dispnew.c (mirrored_line_dance, mirror_line_dance, scrolling):
Use SAFE_NALLOCA, not alloca.
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 da3d197d6f3..70f77f8f0cd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-08-03 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-08-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Don't let big frames overrun the stack. | ||
| 4 | * dispnew.c (mirrored_line_dance, mirror_line_dance, scrolling): | ||
| 5 | Use SAFE_NALLOCA, not alloca. | ||
| 6 | |||
| 3 | Fix bug with clang + directory_files_internal + GC (Bug#16986). | 7 | Fix bug with clang + directory_files_internal + GC (Bug#16986). |
| 4 | * dired.c (directory_files_internal): Use a volatile variable | 8 | * dired.c (directory_files_internal): Use a volatile variable |
| 5 | to prevent the compiler from optimizing away all copies of a local. | 9 | to prevent the compiler from optimizing away all copies of a local. |