From: Joseph Sutton Date: Mon, 21 Nov 2022 01:01:47 +0000 (+1300) Subject: CVE-2022-37966 third_party/heimdal: Fix error message typo X-Git-Tag: samba-4.15.13~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c06e8b08ca3d8adecd044919758e949f50de7c7;p=thirdparty%2Fsamba.git 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 Reviewed-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett (cherry picked from commit d6b3d68efc296190a133b4e38137bdfde39257f4) [jsutton@samba.org Adapted to older Heimdal version] --- diff --git a/source4/heimdal/lib/krb5/init_creds_pw.c b/source4/heimdal/lib/krb5/init_creds_pw.c index fb39704a9e5..4133cdf07a3 100644 --- a/source4/heimdal/lib/krb5/init_creds_pw.c +++ b/source4/heimdal/lib/krb5/init_creds_pw.c @@ -1766,7 +1766,7 @@ krb5_init_creds_step(krb5_context context, } else { krb5_set_error_message(context, ret, N_("Preauth required but no preauth " - "options send by KDC", "")); + "options sent by KDC", "")); } } else if (ret == KRB5KRB_AP_ERR_SKEW && context->kdc_sec_offset == 0) { /*