Bug 1099891
Summary: | Client.start should return None initial response for CRAM-MD5 method | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Pavel Moravec <pmoravec> |
Component: | saslwrapper | Assignee: | Mike Cressman <mcressma> |
Status: | CLOSED WONTFIX | QA Contact: | MRG Quality Engineering <mrgqe-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.4 | CC: | cww, jbuchta |
Target Milestone: | rc | Keywords: | TestCaseProvided |
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-05-15 18:24:22 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 804616, 1075802, 1089627, 1172231, 1269194 |
Description
Pavel Moravec
2014-05-21 12:20:28 UTC
Trivial necessary change that does not suffice: in saslwrapper-0.22/src/cyrus/saslwrapper.cpp, ClientImpl::start: if (resp) initialResponse = string(resp, len); BUT if resp==null, we need to set pointer to initialResponse to null - this cant be done with current interface of the method. *** Bug 1089627 has been marked as a duplicate of this bug. *** |