On Wed, Jun 27, 2018 at 08:40:04PM -0400, Aaron Conole wrote:
> The separator line always starts with three dashes on a line, optionally
> followed by either white-space, OR a single space and a filename.  The
> regex would previously match on any three dashes in a row.  This means
> that a patch (such as [1]) would trigger the parser state machine to
> advance beyond the signed-off checks.
> 
> Now, bound the check only to use what git-mailinfo would use as a
> separator.
>    --- <filename>
>    ---<sp>
> 
> 1: https://mail.openvswitch.org/pipermail/ovs-dev/2018-June/348625.html
> 
> Fixes: c599d5ccf316 ("checkpatch.py: A simple script for finding patch 
> issues")
> Signed-off-by: Aaron Conole <[email protected]>

Thanks, applied to master.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to