Subject: | gss_import_name can fail to call gssint_initialize_library() |
Cc: | paul@vix.com |
Paul Vixie reports that one of imapd's calls to gss_release_name()
following a successful gss_import_name() crashes due to an assertion
failure, which after my brief analysis results from a code path in
gss_import_name() failing to call through the gssint_get_mechanism()
choke point which calls gssint_initialize_library().
following a successful gss_import_name() crashes due to an assertion
failure, which after my brief analysis results from a code path in
gss_import_name() failing to call through the gssint_get_mechanism()
choke point which calls gssint_initialize_library().