GNOME Bugzilla – Bug 733289
lua-factory: don't iterate on lua env table
Last modified: 2014-07-18 02:47:59 UTC
fix
Created attachment 280901 [details] [review] lua-factory: don't iterate on lua env table When calling a c function in lua, the top of the stack is the environment table of lua, _G. This patch fixes the case where GrlNetWc options was not passed at grl.fetch and grl.unzip functions.
Review of attachment 280901 [details] [review]: Looks good.
*** Bug 733257 has been marked as a duplicate of this bug. ***
Attachment 280901 [details] pushed as 56f5148 - lua-factory: don't iterate on lua env table