[openssh-commits] [openssh] 01/02: upstream: Remove dead code flagged by Coverity CID 307783. ok djm@
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jun 13 18:01:02 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 9cdc72b829e9f0e24dedc533cbe87291d8a88c9e
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Fri Jun 13 07:23:07 2025 +0000
upstream: Remove dead code flagged by Coverity CID 307783. ok djm@
OpenBSD-Regress-ID: e579f5ec2fd2eb2fe2bad654d16f2ba655a3e035
---
regress/unittests/test_helper/fuzz.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/regress/unittests/test_helper/fuzz.c b/regress/unittests/test_helper/fuzz.c
index 9995b26a6..edad5e1f5 100644
--- a/regress/unittests/test_helper/fuzz.c
+++ b/regress/unittests/test_helper/fuzz.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fuzz.c,v 1.8 2015/03/03 20:42:49 djm Exp $ */
+/* $OpenBSD: fuzz.c,v 1.9 2025/06/13 07:23:07 dtucker Exp $ */
/*
* Copyright (c) 2011 Damien Miller <djm at mindrot.org>
*
@@ -150,7 +150,6 @@ fuzz_fmt(struct fuzz *fuzz, char *s, size_t n)
return 0;
default:
return -1;
- abort();
}
}
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list