Fix stack overflow bug of uloop lua binding.
authorXiongfei Guo <xfguo@credosemi.com>
Fri, 20 Jun 2014 10:31:17 +0000 (10:31 +0000)
committerJohn Crispin <blogic@openwrt.org>
Tue, 24 Jun 2014 13:30:30 +0000 (14:30 +0100)
commit9565bf86ae48c47c744467e30b2219cf9cd70fbf
tree67df96537128c7294b69c968b9baf62667a0dc0e
parente130b08d98d59dae5d0c59210aeb7633c011b107
Fix stack overflow bug of uloop lua binding.

The static variable `state` in `lua/uloop.c` should be clean after every callback.

Signed-off-by: Xiongfei(Alex) Guo <xfguo@credosemi.com>
lua/uloop.c