Created attachment 928863 [details] check for NULL properly Description of problem: kdc_realm_t *kdc_active_realm = s->realm_data; if (s == NULL) return; FAIL. Version-Release number of selected component (if applicable): 1.11.5-11 How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
It looks like this was part of ticket #7511, fixed in 1.12. The conversation there suggests that "s" is expected to never be NULL, so the upstream fix was to remove the test. I'll mark this as closed->rawhide, since Fedora 22 currently includes 1.12.