libubox/lua
Matthias Schiffer 1f019ceea1 Fix various memory management issues
Consistently handle allocation failures. Some functions are changed to
return bool or int instead of void to allow returning an error.

Also fix a buffer size miscalculation in lua/uloop and use _exit() instead
of exit() on errors after forking.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-06-26 12:53:51 +02:00
..
CMakeLists.txt libubox: lua: use pkg-config built in module to search for alternatives 2015-11-22 13:17:07 +01:00
uloop.c Fix various memory management issues 2016-06-26 12:53:51 +02:00