maxisoft/BravePatcher

Fix pattern to regex broad match

maxisoft opened this issue · 0 comments

Line :

yield b'.' # FIXME find a way to translate this case into a simple and performant regex

Exemple of bad behavior:
?6 translate into .. Which is too broad