Bug in "cyrus_sasl" source rpm's ntlm.c

Solution Unverified - Updated -

Issue

  • Bug in cyrus_sasl source rpm's ntlm.c
Line 1575 says:

lm_resp + MD5_DIGEST_LENGTH, nt_resp_len - MD5_DIGEST_LENGTH,

it should be:

nt_resp + MD5_DIGEST_LENGTH, nt_resp_len - MD5_DIGEST_LENGTH,

the lm_resp buffer in this case is all NULLs and the check above s for existence of the nt_resp, not the lm_resp (the
lm_resp is checked below).

Environment

  • Red Hat Enterprise Linux 5/6

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content