From bdcc352441c78589e065276403f12e8d6459777f Mon Sep 17 00:00:00 2001 From: "Andrew V. Samoilov" Date: Sun, 21 Jan 2001 10:30:42 +0000 Subject: [PATCH] * subshell.c (do_subshell_chdir): temporary patch to prevent command execution for directory names containing 0x03 (intr) 0x14. See http://www.securityfocus.com/vdb/?id=2016 for details. Subshell still can't chdir to such directories :( * subshell.[ch] (do_subshell_chdir): directory constified --- src/ChangeLog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 83e4a91a5..8230e8db8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,9 +1,16 @@ +2001-01-21 Andrew V. Samoilov + + * subshell.c (do_subshell_chdir): temporary patch to prevent command + execution for directory names containing 0x03 (intr) 0x14. + See http://www.securityfocus.com/vdb/?id=2016 for details. + Subshell still can't chdir to such directories :( + + * subshell.[ch] (do_subshell_chdir): directory constified + 2001-01-17 Pavel Roskin * Makefile.in: Respect LDFLAGS when linking cons.saver. -2000-11-20 Andrew V. Samoilov - * view.c: Fixed long existed bugs in internal viewer. When search is doing in binary file it ignore skipped zero(es), so cursor is before searched expression and next search find the same string. Also regexp