Bugzilla – Bug 6369
unintialized variables in GSI
Last modified: 2008-09-10 16:05:57
You need to log in before you can comment on or make changes to this bug.
Coverity prevent scan #2 showed the following variables which have situtations where they are uninitialized but still used: - major_status CID #1898 gss_duplicate_name() CID #1900 gss_create_empty_buffer_set() - result CID #1902 globus_gsi_callback_data_copy() - local_result CID #1903 gss_import_name - pci CID #1904 gss_inquire_sec_context_by_oid() CID #1939 globus_gsi_cred_get_policies CID #1942 gss_init_delegation()
Fixes committed to 4.2 branch, 4.0 branch, and trunk. Relevant CIDs marked as RESOLVED.