Bug#717782: Two insertion hunks may be applied in the same place

2018-02-07 Thread Sven Joachim
Control: tags -1 fixed-upstream On 2013-07-25 05:14 +0100, Ben Hutchings wrote: > Package: patch > Version: 2.7.1-3 > Severity: important > > Starting with 'test' containing: > > --- BEGIN --- > 1 > 2 > 3 > 4 > 5 > 6 > --- END --- > > and applying the patch: > > --- BEGIN --- > --- test~ > +++ te

Bug#717782: Two insertion hunks may be applied in the same place

2013-07-24 Thread Ben Hutchings
Package: patch Version: 2.7.1-3 Severity: important Starting with 'test' containing: --- BEGIN --- 1 2 3 4 5 6 --- END --- and applying the patch: --- BEGIN --- --- test~ +++ test @@ -1,6 +1,7 @@ 1 2 3 +a 4 5 6 @@ -7,6 +8,7 @@ 1 2 3 +b 4 5 6 --- END --- the result is: --- BEGIN --