commit | cb810c48c036f50c19b08df7e161cdb0550a2abd | [log] [tgz] |
---|---|---|
author | Aaro Koskinen <aaro.koskinen@iki.fi> | Tue Nov 22 00:19:51 2016 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Nov 24 11:40:36 2016 +0100 |
tree | fe18bf724cb5c53ae9861e778bbf6db1bce712f6 | |
parent | 2eff59667d3c590f27ee39cd0969b2221af739a0 [diff] |
patch: fix matching failure 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 Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>