about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-03-27 11:12:38 -0600
committerAlan Somers <asomers@gmail.com>2021-04-01 22:57:20 -0600
commitca14abbab1821d20d4d326af2acec916ccc0806e (patch)
tree566541c26c55daa945abf04d3fcab86b416fb354 /compiler/rustc_codegen_llvm/src
parent52e3dffa50cfffdcfa145c0cc0ba48b49abc0c07 (diff)
downloadrust-ca14abbab1821d20d4d326af2acec916ccc0806e.tar.gz
rust-ca14abbab1821d20d4d326af2acec916ccc0806e.zip
Fix stack overflow detection on FreeBSD 11.1+
Beginning with FreeBSD 10.4 and 11.1, there is one guard page by
default.  And the stack autoresizes, so if Rust allocates its own guard
page, then FreeBSD's will simply move up one page.  The best solution is
to just use the OS's guard page.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions