[PATCH 2/3] Revert "ash: fix a SEGV case in an invalid heredoc" xxx

Ron Yorston rmy at pobox.com
Thu Oct 29 12:29:37 UTC 2015


Natanael Copa wrote:
>I think this will not work. peektoken and nexttoken_ends_lists are not
>same thing.

Originally peektoken in Busybox ash was the same as in dash.  It then
changed to effectively act as nexttoken_ends_lists but the name was
retained until Denys's patch.  Reverting that patch changes the name
but retains the old behaviour.  The following patch changes the behaviour
to match that of dash.

>I know you correct it in next commit but i think it may break things
>for future git bisect.

It works.  Busybox builds at each commit and the tests pass or fail
as appropriate.

Ron


More information about the busybox mailing list