summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-26 12:53:59 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-26 12:53:59 -0400
commitfdfc418be55ff91e0c2efad6a3e27db054cb5534 (patch)
treed05c514dfd5fc2195845c206174765434f990ac5 /.gitignore
parent5bf74362b93561cad671e747bb1e4b56ac13e129 (diff)
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
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions