commit | 3ccf63dfa981d29d65b9e57f7b73fa1071c56819 | [log] [tgz] |
---|---|---|
author | Thomas Wolf <thomas.wolf@paranor.ch> | Thu Apr 23 12:18:28 2020 +0200 |
committer | Thomas Wolf <thomas.wolf@paranor.ch> | Mon May 04 18:02:58 2020 +0200 |
tree | e3bcf54b4f4e2fcf27d622ec9b24c7793334d2ea | |
parent | c6438d916498d3054124eee77ca589ca7a053728 [diff] |
Bug 508611 - Fix StringMatcher for patterns ending in \\* Set fHasTrailingStar only to true if the pattern really has an un-escaped * at the end. The previous code handled cases with an even number of backslashes before the * incorrectly. Change-Id: I0709f86faf6b8f68d7b73291cd7bb15fa65b0bc8 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>