Bugzilla – Bug 6366
Fix handling of NULL values in gss_inquire_context
Last modified: 2008-09-10 16:05:56
You need to log in before you can comment on or make changes to this bug.
These cases where detected by coverity prevent run 2. If gss_inquire_context is called with a NULL context value, it will still dereference the value (after detecting it is null) (CID #526) If the context's peer cred handle is null, it will inspect it anyway when determining the goodtill time for the context (CID #525)
Fixes committed to 4.2 branch, 4.0 branch, and trunk. Relevant CIDs marked as RESOLVED.