[openssh-commits] [openssh] branch master updated (6cb6dcf -> 8bd81e1)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Aug 16 13:37:28 AEST 2016
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 6cb6dcf upstream commit
new 74433a1 fix false positives when compiled with msan
new 8bd81e1 add --with-pam-service to specify PAM service name
The 2 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 8bd81e1596ab1bab355146cb65e82fb96ade3b23
Author: Damien Miller <djm at mindrot.org>
Date: Tue Aug 16 13:30:56 2016 +1000
add --with-pam-service to specify PAM service name
Saves messing around with CFLAGS to do it.
commit 74433a19bb6f4cef607680fa4d1d7d81ca3826aa
Author: Damien Miller <djm at mindrot.org>
Date: Tue Aug 16 13:28:23 2016 +1000
fix false positives when compiled with msan
Our explicit_bzero successfully confused clang -fsanitize-memory
in to thinking that memset is never called to initialise memory.
Ensure that it is called in a way that the compiler recognises.
Summary of changes:
auth-pam.c | 6 +++++-
auth-pam.h | 4 ----
configure.ac | 11 +++++++++++
openbsd-compat/explicit_bzero.c | 13 +++++++++++++
4 files changed, 29 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list