[openssh-commits] [openssh] 01/01: upstream: missing break in getopt switch; spotted by Sebastian Kinne

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Nov 18 13:00:49 AEDT 2019


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 103c51fd5f5ddc01cd6b5c1132e711765b921bf5
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Nov 18 01:59:48 2019 +0000

    upstream: missing break in getopt switch; spotted by Sebastian Kinne
    
    OpenBSD-Commit-ID: f002dbf14dba5586e8407e90f0141148ade8e8fc
---
 ssh-keygen.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ssh-keygen.c b/ssh-keygen.c
index 4cc70370..bf73d575 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keygen.c,v 1.364 2019/11/14 21:27:30 djm Exp $ */
+/* $OpenBSD: ssh-keygen.c,v 1.365 2019/11/18 01:59:48 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1994 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -2994,6 +2994,7 @@ main(int argc, char **argv)
 			break;
 		case 'Y':
 			sign_op = optarg;
+			break;
 		case 'w':
 			sk_provider = optarg;
 			break;

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list