Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src/crypto/external/bsd/openssh/dist
Module Name: src
Committed By: martin
Date: Tue Oct 8 11:05:49 UTC 2024
Modified Files:
src/crypto/external/bsd/openssh/dist [netbsd-10]: kex.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #929):
crypto/external/bsd/openssh/dist/kex.c: revision 1.38
openssh: kex: Do not pass NULL as %s for logit() in our local diff
newkeys->mac.name can be NULL since OpenSSH 6.2:
http://cvsweb.netbsd.org/bsdweb.cgi/src/crypto/external/bsd/openssh/dist/kex.c.diff?r1=1.1.1.4&r2=1.1.1.5&f=h
Use "<implicit>" as done for debug() in the upstream code.
This is harmless for our snprintf(3) implementation although.
To generate a diff of this commit:
cvs rdiff -u -r1.31.2.3 -r1.31.2.4 src/crypto/external/bsd/openssh/dist/kex.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index