constraints: \178 isn't a valid octal escape sequence
authortb <tb@openbsd.org>
Wed, 13 Dec 2023 05:59:50 +0000 (05:59 +0000)
committertb <tb@openbsd.org>
Wed, 13 Dec 2023 05:59:50 +0000 (05:59 +0000)
regress/lib/libcrypto/x509/constraints.c

index 6677b58..16e135b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: constraints.c,v 1.17 2023/10/01 04:48:39 tb Exp $     */
+/*     $OpenBSD: constraints.c,v 1.18 2023/12/13 05:59:50 tb Exp $     */
 /*
  * Copyright (c) 2020 Bob Beck <beck@openbsd.org>
  *
@@ -95,7 +95,7 @@ unsigned char *invalid_hostnames[] = {
        "-p3nbsd.org",
        "openbs-.org",
        "openbsd\n.org",
-       "open\178bsd.org",
+       "open\177bsd.org",
        "open\255bsd.org",
        "*.openbsd.org",
        NULL,