aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-09-22 17:37:22 +0300
committerEli Zaretskii2014-09-22 17:37:22 +0300
commitf11af8a48cfef05314e6e5d86e18861cffbde9f1 (patch)
treec054f3ed5855b72d0330e8adf0f13cd208281a16 /src/ChangeLog
parent601a0cfe861eac8ed706a2bb3380c5788a1ef701 (diff)
downloademacs-f11af8a48cfef05314e6e5d86e18861cffbde9f1.tar.gz
emacs-f11af8a48cfef05314e6e5d86e18861cffbde9f1.zip
Fix bug #18516 with SIGSEGV in expand-file-name.
src/fileio.c (Fexpand_file_name) [DOS_NT]: Make sure newdirlim is always set to a valid value. Make sure the size passed to alloca is always positive.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b7858c609b4..5aad2f91834 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-09-22 Eli Zaretskii <eliz@gnu.org>
2
3 * fileio.c (Fexpand_file_name) [DOS_NT]: Make sure newdirlim is
4 always set to a valid value. Make sure the size passed to alloca
5 is always positive. (Bug#18516)
6
12014-09-22 Dmitry Antipov <dmantipov@yandex.ru> 72014-09-22 Dmitry Antipov <dmantipov@yandex.ru>
2 8
3 Avoid extra call to oblookup when interning symbols. 9 Avoid extra call to oblookup when interning symbols.