]> Sergey Matveev's repositories - public-inbox.git/commitdiff
solver: allow literal '\r' character in diff lines
authorEric Wong <e@80x24.org>
Sat, 4 Jan 2020 04:19:33 +0000 (04:19 +0000)
committerEric Wong <e@80x24.org>
Sat, 4 Jan 2020 04:19:42 +0000 (04:19 +0000)
While filenames are escaped, the actual diff contents may
contain an unescaped "\r" carriage return byte not in front
of the "\n" line feed.  So just allow "\r" to appear in the
middle of a line.


No differences found