[openssh-commits] [openssh] branch master updated (b3a77b25 -> d220b675)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jun 7 22:52:34 AEST 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from b3a77b25 allow s390 specific ioctl for ecc hardware support
new 1bd4f7f2 pthread_create(3) returns positive values on failure.
new d220b675 Have pthread_create return errno on failure.
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 d220b675205185e0b4d6b6524acc2e5c599ef0e2
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Jun 7 14:26:54 2019 +1000
Have pthread_create return errno on failure.
According to POSIX, pthread_create returns the failure reason in
the non-zero function return code so make the fork wrapper do that.
Matches previous change.
commit 1bd4f7f25f653e0cadb2e6f25d79bc3c35c6aa4d
Author: Elliott Hughes <enh at google.com>
Date: Thu Apr 25 13:36:27 2019 -0700
pthread_create(3) returns positive values on failure.
Found by inspection after finding similar bugs in other code used by
Android.
Summary of changes:
auth-pam.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list