summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2022-11-21 14:01:47 +1300
committerStefan Metzmacher <metze@samba.org>2022-12-13 13:07:29 +0000
commitd6b3d68efc296190a133b4e38137bdfde39257f4 (patch)
treee9cc7fc307d8f0e1145a4ddef5592f431c5c6380 /third_party
parentee18bc29b8ef6a3f09070507cc585467e55a1628 (diff)
downloadsamba-d6b3d68efc296190a133b4e38137bdfde39257f4.tar.gz
CVE-2022-37966 third_party/heimdal: Fix error message typo
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>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/heimdal/lib/krb5/init_creds_pw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/heimdal/lib/krb5/init_creds_pw.c b/third_party/heimdal/lib/krb5/init_creds_pw.c
index 4173837779b..9257886530a 100644
--- a/third_party/heimdal/lib/krb5/init_creds_pw.c
+++ b/third_party/heimdal/lib/krb5/init_creds_pw.c
@@ -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) {