Mailing List Archive

[openssh] branch master updated (7a01f61b -> fdbd5bf5)
This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

from 7a01f61b Actually put HAVE_STDINT_H around the stdint.h.
new 7e2f5194 Rename our getentropy to prevent possible loops.
new fdbd5bf5 Test hostbased auth on github runners.

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 fdbd5bf507fc271ff813714fab8a72ff2c6cb5ca
Author: Darren Tucker <dtucker@dtucker.net>
Date: Wed Aug 10 17:35:52 2022 +1000

Test hostbased auth on github runners.

commit 7e2f51940ba48a1c0fae1107801ea643fa83c971
Author: Darren Tucker <dtucker@dtucker.net>
Date: Wed Aug 10 17:25:24 2022 +1000

Rename our getentropy to prevent possible loops.

Since arc4random seeds from getentropy, and we use OpenSSL for that
if enabled, there's the possibility that if we build on a system that
does not have getentropy then run on a system that does have it, then
OpenSSL could end up calling our getentropy and getting stuck in a loop.
Pointed out by deraadt@, ok djm@

Summary of changes:
.github/run_test.sh | 14 ++++++++++++++
.github/workflows/c-cpp.yml | 1 +
openbsd-compat/arc4random.c | 9 +++++++++
openbsd-compat/bsd-getentropy.c | 2 +-
openbsd-compat/openbsd-compat.h | 2 +-
5 files changed, 26 insertions(+), 2 deletions(-)

--
To stop receiving notification emails like this one, please contact
djm@mindrot.org.
_______________________________________________
openssh-commits mailing list
openssh-commits@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-commits