mirror of https://github.com/fail2ban/fail2ban
Added non-greedy fallback for quoted something (with lookahead simulated possessive greedy catch of non-quoted parts `[^"]*(?=")`). Note that because host-info's are hereafter (with foreign input in-between), we would not use greedy or non-greedy catch-alls (`.*` or `.*?`) here (preventing performance losses).pull/1979/head
parent
f59df2e156
commit
4f63180611
Loading…
Reference in new issue