diff options
author | 2017-07-18 23:00:31 +0000 | |
---|---|---|
committer | 2017-07-18 23:00:31 +0000 | |
commit | f3ed1de147d1046b6eed372d950e76d64c89edeb (patch) | |
tree | 461d1e4624da959d1cbc5da15e8258151be0b798 /usr.bin/ssh/ssh-agent.c | |
parent | Both syslog(3) and syslogd(8) truncate the message at 8192 bytes. (diff) | |
download | wireguard-openbsd-f3ed1de147d1046b6eed372d950e76d64c89edeb.tar.xz wireguard-openbsd-f3ed1de147d1046b6eed372d950e76d64c89edeb.zip |
The function getaddr() compares the stack address of the caller
with its own local variable. This way it detects the direction of
stack growth. This does not work if the functions gets inlined.
Pass -fno-inline to the compiler to avoid sporadic tests fails.
Diffstat (limited to 'usr.bin/ssh/ssh-agent.c')
0 files changed, 0 insertions, 0 deletions