Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/crypto/external/bsd/openssh/dist



Module Name:    src
Committed By:   rin
Date:           Thu Oct  3 08:14:13 UTC 2024

Modified Files:
        src/crypto/external/bsd/openssh/dist: kex.c

Log Message:
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.37 -r1.38 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