Skip to content
Commit 2f353c04 authored by Rainer Orth's avatar Rainer Orth
Browse files

[sanitizer_common] Fix Posix/mmap_write_exec.cpp on 32-bit Solaris

The new `Posix/mmap_write_exec.cpp` test FAILs on 32-bit Solaris/x86.  This
happens because only `mmap` is intercepted, but not `mmap64` which is used
for largefile support.

Fixed by also intercepting `mmap64`.

Tested on `amd64-pc-solaris2.11`.

Differential Revision: https://reviews.llvm.org/D112810
parent 17664a25
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment