Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) Subject: gss_import_name can fail to call gssint_initialize_library() Cc: paul@vix.com X-RT-Original-Encoding: iso-8859-1 Content-Length: 324 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().