Sorry, I should have included information on how to demonstrate the bug:
$ echo 'print"Hello"' >foo.lua
$ lua -lfoo
$ lua -l foo
$
Note that in both runs, there should have been a single line of output
"Hello".
-Mark
--
To UNSUBSCRIBE, email to [EMAIL
Package: lua50
Version: 5.0.2-5
Severity: normal
Tags: patch
Here's the patch to solve this issue. Please compare with original
upstream version -- this call to lua_settop() does not belong.
--- lua50-5.0.2/src/lua/lua.c.orig 2006-06-05 23:11:41.0 -0700
+++ lua50-5.0.2/src/lua/lua.
2 matches
Mail list logo