Re: [OpenWrt-Devel] [PATCH 1/2] uloop: Fix stack overflow bug of uloop lua binding.

2014-04-26 Thread Felix Fietkau
On 2014-04-15 10:10, xf...@credosemi.com wrote: > The static variable `state` in `lua/uloop.c` should be clean after every > callback. > > Signed-off-by: Xiongfei(Alex) Guo Your patches don't apply (line wrapping, white space mangling). Please resend. Thanks, - Felix ___

[OpenWrt-Devel] [PATCH 1/2] uloop: Fix stack overflow bug of uloop lua binding.

2014-04-16 Thread xfguo
The static variable `state` in `lua/uloop.c` should be clean after every callback. Signed-off-by: Xiongfei(Alex) Guo --- lua/uloop.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lua/uloop.c b/lua/uloop.c index 51f53c2..5922e04 100644 --- a/lua/uloop.c +++ b/lua/uloop