MouseTracks icon indicating copy to clipboard operation
MouseTracks copied to clipboard

Invalid characters in AppList.txt cause regex crash

Open huntfx opened this issue 7 years ago • 0 comments

If a window name check contains a wildcard (so regex is used) and a question mark, then regex will throw an exception for an invalid expression. It's assuming the question mark is part of an expression when it isn't, so something will need to be done to escape the characters.

huntfx avatar May 28 '18 03:05 huntfx