CVE-2022-37966 third_party/heimdal: Fix error message typo
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 21 Nov 2022 01:01:47 +0000 (14:01 +1300)
committerStefan Metzmacher <metze@samba.org>
Wed, 14 Dec 2022 10:28:16 +0000 (10:28 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15237

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit d6b3d68efc296190a133b4e38137bdfde39257f4)

third_party/heimdal/lib/krb5/init_creds_pw.c

index 4173837779b0e0b3099a6b8324cc3341deaf0787..9257886530ac2e7cbbde59060d04360fc6096b0d 100644 (file)
@@ -3214,7 +3214,7 @@ init_creds_step(krb5_context context,
                if (available_padata_count(&ctx->md) == 0) {
                    krb5_set_error_message(context, ret,
                                           N_("Preauth required but no preauth "
-                                             "options send by KDC", ""));
+                                             "options sent by KDC", ""));
                    goto out;
                }
            } else if (ret == KRB5KRB_AP_ERR_SKEW && context->kdc_sec_offset == 0) {