]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ssh: correct parse_cert_times case for hex "to" time
authorEd Maste <emaste@FreeBSD.org>
Thu, 3 Nov 2022 13:44:52 +0000 (09:44 -0400)
committerEd Maste <emaste@FreeBSD.org>
Sun, 6 Nov 2022 14:19:02 +0000 (09:19 -0500)
commit4718d86b3b1aac3f58c19fce34932fd88486af94
tree19d17e35cd197b18de5db51387b83d5d1dbe615a
parent9a4c4a9654238bf712b687674c139f90b4e6c351
ssh: correct parse_cert_times case for hex "to" time

This appeared to be a copy-paste error from the "from" time case above.

Reported by: Coverity Scan
CID: 1500407
Reviewed by: markj
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D37252

(cherry picked from commit 0657b2325df3d85967870a928d58b24ffcf3f1ea)
crypto/openssh/ssh-keygen.c