[openssh-commits] [openssh] branch master updated (6b5a17bc -> 2c71ca1d)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Mar 30 18:26:01 AEDT 2018
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 6b5a17bc Include ssh_api.h for struct ssh.
new 2c71ca1d Disable native strndup and strnlen on AIX.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 2c71ca1dd1efe458cb7dee3f8a1a566f913182c2
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Mar 30 18:23:07 2018 +1100
Disable native strndup and strnlen on AIX.
On at least some revisions of AIX, strndup returns unterminated strings
under some conditions, apparently because strnlen returns incorrect
values in those cases. Disable both on AIX and use the replacements
from openbsd-compat. Fixes problem with ECDSA keys there, ok djm.
Summary of changes:
configure.ac | 2 ++
openbsd-compat/strndup.c | 2 +-
openbsd-compat/strnlen.c | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list