[
https://issues.jboss.org/browse/ELY-283?page=com.atlassian.jira.plugin.sy...
]
Jan Kalina commented on ELY-283:
--------------------------------
OK, I has found the problem: the SIGSEGV in cfree occures when variable *minor* passed
into the *gss_accept_sec_context* is not initialized to zero!
After following modification acceptContext call finish successfully:
{code}
- OM_uint32 minor, major;
+ OM_uint32 minor = 0, major;
{code}
As the *minor_status* parameter is defined as output, I suppose this is bug of kerberos
library and zero initialization of minor should not be required.
Investigate Elytron and gssproxy interoperability
-------------------------------------------------
Key: ELY-283
URL:
https://issues.jboss.org/browse/ELY-283
Project: WildFly Elytron
Issue Type: Task
Components: SASL
Reporter: Peter Skopek
Assignee: Jan Kalina
Fix For: 2.0.0.Alpha1
Attachments: openjdk-patch-native-mechs.patch
Investigate Elytron and gssproxy interoperability.
https://fedorahosted.org/gss-proxy/
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)