mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-18 21:53:48 -07:00
Specifically, if the search was instructed to quit early, we might not have correctly marked the number of bytes consumed. I don't think this bug occurs when memory maps are used to read the haystack. Closes #2944