aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKoichi Arakawa2015-04-06 13:26:54 +0300
committerEli Zaretskii2015-04-06 13:26:54 +0300
commiteedff18424041188c843fb8e183b686df6c217f2 (patch)
tree30503b994a48376bd3669b856dde5617345d32e9 /src/ChangeLog
parent7471fc47b4bc78ed1a55e045ddb2d0b3eba19305 (diff)
downloademacs-eedff18424041188c843fb8e183b686df6c217f2.tar.gz
emacs-eedff18424041188c843fb8e183b686df6c217f2.zip
Avoid segfaults on MS-Windows when invoking subprocesses (Bug#20264)
src/w32proc.c (w32_executable_type): Look for the DLL name in the correct section. This avoids segfaults with some executables.
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 1c3f933d7d8..33d0b9b9521 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12015-04-06 Koichi Arakawa <arakawa@pp.iij4u.or.jp> (tiny change)
2
3 * w32proc.c (w32_executable_type): Look for the DLL name in the
4 correct section. This avoids segfaults with some executables.
5 (Bug#20264)
6
12015-04-04 Jan Djärv <jan.h.d@swipnet.se> 72015-04-04 Jan Djärv <jan.h.d@swipnet.se>
2 8
3 * xselect.c (x_reply_selection_request) 9 * xselect.c (x_reply_selection_request)