On Wed, Mar 10, 2010 at 11:32 PM, Harald Becker <[email protected]> wrote: > Hallo Denys! > >> The fix is attached. Still doesn't work for nested "for" loops with "break" >> > Your patch ... > - ... produce memory leak if the loop is exited with a break > - ... doesn't restore the loop variable contents if the loop is exited > with break > > Please don't use this patch. It could produce more errors than it solves.
Those cases didn't work before either. So the patch fixes at least _some_ cases. -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
