Re: [U-Boot] [PATCH] Revert "hush: fix segfault on syntax error"

2014-11-24 Thread Tom Rini
On Fri, Nov 21, 2014 at 11:05:22PM +0100, Rabin Vincent wrote: > 128059b92 ("hush: fix segfault on syntax error") attempted to fix a > segfault on syntax errors, but it broke Ctrl-C handling, and the > assumption that it made, that rcode could not be -1, is incorrect. > Revert this change. > > Re

[U-Boot] [PATCH] Revert "hush: fix segfault on syntax error"

2014-11-21 Thread Rabin Vincent
128059b92 ("hush: fix segfault on syntax error") attempted to fix a segfault on syntax errors, but it broke Ctrl-C handling, and the assumption that it made, that rcode could not be -1, is incorrect. Revert this change. Reported-by: Stephen Warren Reported-by: Przemyslaw Marczak Signed-off-by: R