Re: [PATCH 2/2] patch: fix matching failure

2016-11-24 Thread Denys Vlasenko
On Mon, Nov 21, 2016 at 11:19 PM, Aaro Koskinen wrote: > Fix matching failure when plist is advanced while checking for buffered > lines - the lines in the hunk that are about to be added should be > skipped when checking for matching context. > > Also add a valid test case

[PATCH 2/2] patch: fix matching failure

2016-11-21 Thread Aaro Koskinen
Fix matching failure when plist is advanced while checking for buffered lines - the lines in the hunk that are about to be added should be skipped when checking for matching context. Also add a valid test case that fails with current busybox and is fixed by the change. Signed-off-by: Aaro