Skip to content

Don't discard non-conflicting substring matches

Volker Krause requested to merge work/fix-non-conflicting-substring-match into master

We should only do this when we would actually end up with conflicting results.

Interestingly this was only caught by the FreeBSD unit tests, not by the Linux ones.

Merge request reports