diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2010-06-04 12:46:37 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2010-06-04 12:46:37 +0000 |
commit | 8278ef1ce02ecd369007e4881a3d18fdfdb595fd (patch) | |
tree | a8fbe47db3981b1848dbf6951622998a2014302b /Build/source/texk/web2c/luatexdir/ChangeLog | |
parent | cd4c0d4bada573a57911986a18aadeadd98c957a (diff) |
allow only absolute command names in restricted mode win32
(from Akira)
git-svn-id: svn://tug.org/texlive/trunk@18718 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog index 6291a21467f..865d96e2b2c 100644 --- a/Build/source/texk/web2c/luatexdir/ChangeLog +++ b/Build/source/texk/web2c/luatexdir/ChangeLog @@ -1,8 +1,13 @@ +2010-06-04 Taco Hoekwater <taco@luatex.org> + * luatex.c (shell_cmd_is_allowed): make sure only commands with + absolute path names are executed on win32 in restricted mode -- + patch from Akira Katuto. + 2010-05-28 Taco Hoekwater <taco@luatex.org> * luamd5/md.5c: bring in a new version from kepler to fix a portability problem with stdint.h. * luafontloader/src/ffdummies.c, lua/texluac.w: guard __attribute__ - usage, which is a GNUC only featire. + usage, which is a GNUC only feature. 2010-05-19 Taco Hoekwater <taco@luatex.org> * printing.w (print_banner, log_banner), luainit.w (lua_initialize): |