Browse Source
'-' in char class should be at beginning or end, or escaped with \- so that it does not signify a char range in the char class (In the prior regex, the misuse permitted matching the comma char, which while mostly harmless, was not what was intended) x-ref: "incorrect behaviour of create-mime.assign.pl" https://redmine.lighttpd.net/issues/2942personal/stbuehler/ci-build
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue