MirBSD Korn Shell for Jehanne
Go to file
KO Myung-Hun 1b4d572b77 exec: prevent a command in a current dirctory from being executed
A command in a current directory should be executed only if $PATH
contains the directory such as '.'.

This will improve the compatibility with Unix shell script and the
security.

    modified:   exec.c
2016-12-22 12:59:04 +09:00
Build.sh Merge remote-tracking branch 'mksh/master' 2016-11-12 13:22:58 +09:00
Makefile make both cats 2016-11-12 00:20:37 +00:00
check.pl janitorial work 2015-11-29 17:05:02 +00:00
check.t collective R54 release preparation multi-merger: 2016-11-11 23:31:39 +00:00
dot.mkshrc missed a function (due to it being POSIX, not Korn, probably) 2016-07-26 22:03:41 +00:00
edit.c Merge remote-tracking branch 'mksh/master' 2016-11-12 13:22:58 +09:00
emacsfn.h fix English (thanks to Andreas Buschka); TIL: 2016-09-01 12:59:12 +00:00
eval.c collective R54 release preparation multi-merger: 2016-11-11 23:31:39 +00:00
exec.c exec: prevent a command in a current dirctory from being executed 2016-12-22 12:59:04 +09:00
expr.c Merge remote-tracking branch 'mksh/master' 2016-11-12 13:22:58 +09:00
exprtok.h fix refactoro, spotted by Natureshadow; add (working) testsuite for all operators 2016-08-12 16:48:05 +00:00
funcs.c Read in text mode in a needed place only 2016-12-19 08:27:06 +09:00
histrap.c pack local bools into a struct, for tighter stack packing 2016-11-11 18:44:32 +00:00
jobs.c rework string pooling; disable our own (rely on compiler’s)… 2016-07-25 00:04:48 +00:00
lalloc.c clean up, avoid aliasing concerns in non-debug case 2016-02-26 21:53:37 +00:00
lex.c implement $KSH_MATCH and, to make it usable, ${foo@/bar/baz}; 2016-08-01 21:38:07 +00:00
lksh.1 collective R54 release preparation multi-merger: 2016-11-11 23:31:39 +00:00
main.c Read in text mode in a needed place only 2016-12-19 08:27:06 +09:00
mirhash.h janitorial work 2015-11-29 17:05:02 +00:00
misc.c Read in text mode in a needed place only 2016-12-19 08:27:06 +09:00
mksh.1 collective R54 release preparation multi-merger: 2016-11-11 23:31:39 +00:00
mksh.ico add the desktop shortcut / icon from mksh/Win32 so it may be used by everyone for mksh/Unix too 2013-07-25 16:18:25 +00:00
os2.c os2: return an error code correctly when a child was signaled 2016-12-21 20:37:37 +09:00
rlimits.opt add explicit licence 2015-12-12 21:08:44 +00:00
sh.h fix mksh_sdirsep() and simplify mksh_vdirsep() on OS/2 2016-11-12 15:23:24 +09:00
sh_flags.opt add explicit licence 2015-12-12 21:08:44 +00:00
shf.c Read in text mode in a needed place only 2016-12-19 08:27:06 +09:00
strlcpy.c janitorial work 2015-11-29 17:05:02 +00:00
syn.c fix English (thanks to Andreas Buschka); TIL: 2016-09-01 12:59:12 +00:00
tree.c rework string pooling; disable our own (rely on compiler’s)… 2016-07-25 00:04:48 +00:00
var.c collective R54 release preparation multi-merger: 2016-11-11 23:31:39 +00:00
var_spec.h collective R54 release preparation multi-merger: 2016-11-11 23:31:39 +00:00