1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-03 05:10:12 +02:00
ripgrep/crates/searcher/src
Andrew Gallant fdfc418be5
searcher: disable mmap searching on non-64 bit
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
2021-06-26 12:53:59 -04:00
..
searcher searcher: disable mmap searching on non-64 bit 2021-06-26 12:53:59 -04:00
lib.rs edition: manual changes 2021-06-01 21:07:37 -04:00
line_buffer.rs searcher: update outdated comment for buffer size 2021-03-31 08:18:38 -04:00
lines.rs repo: move all source code in crates directory 2020-02-17 19:24:53 -05:00
macros.rs repo: move all source code in crates directory 2020-02-17 19:24:53 -05:00
sink.rs edition: run 'cargo fix --edition --edition-idioms --all' 2021-06-01 21:07:37 -04:00
testutil.rs edition: run 'cargo fix --edition --edition-idioms --all' 2021-06-01 21:07:37 -04:00