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)
committerJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 3 May 2023 04:13:17 +0000 (16:13 +1200)
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>
lib/krb5/init_creds_pw.c

index a2eaa3a5e96c4722165407a9ef35e02a79bba7f9..402aefd8868e5729758bf45af55bf78464337556 100644 (file)
@@ -3207,7 +3207,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) {