mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-01-03 05:10:12 +02:00
fdfc418be5
It looks like it's possible for mmap to succeed on 32-bit systems even when the full file can't be addressed in memory. This used to work prior to ripgrep 13, but (maybe) something about statically linking vcruntime has caused this to now fail. It's no big deal to disable mmap searching on 32-bit, so we just do that instead of returning incorrect results. Fixes #1911 |
||
---|---|---|
.. | ||
searcher | ||
lib.rs | ||
line_buffer.rs | ||
lines.rs | ||
macros.rs | ||
sink.rs | ||
testutil.rs |