summaryrefslogtreecommitdiff
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2014-04-26 10:06:33 +0300
committerEli Zaretskii <eliz@gnu.org>2014-04-26 10:06:33 +0300
commit7ece6d40142cad22fe342ae522e24c9b8b5e75a3 (patch)
treee3d5ea90a5e58c3a444caa5ed27247b0e0d6dd2a /nt/ChangeLog
parent0507406b6ca75c4366dd16855123e8fc9b012c6b (diff)
Fix bug #17334 with overrunning string bounds when PATH is broken.
nt/cmdproxy.c (make_absolute): Don't copy more characters from PATH than a single directory name can hold.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 97d42701c3..299879ccba 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
+2014-04-26 Eli Zaretskii <eliz@gnu.org>
+
+ * cmdproxy.c (make_absolute): Don't copy more characters from PATH
+ than a single directory name can hold. (Bug#17334)
+
2014-04-21 Eli Zaretskii <eliz@gnu.org>
* inc/ms-w32.h (lseek): Define only if not already a macro.