Bug in "cyrus_sasl" source rpm's ntlm.c
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.