ubus/lua
Karl Vogel 334c389180 ubus: Fix imbalance in lua stack push/pop of values.
The lua getglobal and rawgeti both push a value onto the lua stack,
but they weren't being removed by the ubus_method_handler function,
thus corrupting the lua stack.

In case the specified method wasn't a function, the stack was also
corrupted as the method name remained on the stack.

Signed-off-by: Karl Vogel <karl.vogel@gmail.com>
2014-02-23 18:20:29 +01:00
..
CMakeLists.txt add INCLUDE_DIRECTORIES to subdirectories 2013-03-03 03:43:22 +01:00
test.lua add Lua bindings for ubus events 2013-11-07 16:23:30 +01:00
test_client.lua add Lua bindings for ubus events 2013-11-07 16:23:30 +01:00
ubus.c ubus: Fix imbalance in lua stack push/pop of values. 2014-02-23 18:20:29 +01:00