diff options
author | Darren Tucker <dtucker@dtucker.net> | 2023-09-10 07:45:38 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2023-09-10 07:45:38 +0200 |
commit | 41232d25532b4d2ef6c5db62efc0cf50a79d26ca (patch) | |
tree | b4e5f05c35564a4d5be59e5cfea68b563cae231e /sftp.c | |
parent | upstream: randomise keystroke obfuscation intervals and average (diff) | |
download | openssh-41232d25532b4d2ef6c5db62efc0cf50a79d26ca.tar.xz openssh-41232d25532b4d2ef6c5db62efc0cf50a79d26ca.zip |
Use zero-call-used-regs=used with Apple compilers.
Apple's versions of clang have version numbers that do not match the
corresponding upstream clang versions. Unfortunately, they do still
have the clang-15 zero-call-used-regs=all bug, so for now use the value
that doesn't result in segfaults. We could allowlist future versions
that are known to work. bz#3584 (and probably also our github CI
failures).
Diffstat (limited to 'sftp.c')
0 files changed, 0 insertions, 0 deletions