Bugzilla – Bug 6368
gss_add_oid_set_member can free wild data
Last modified: 2008-09-10 16:05:57
You need to log in before you can comment on or make changes to this bug.
If a null parameter is passed to gss_add_oid_set_member, the code will dereference an uninitialized pointer to a struct and free a member (CID #1899). These cases where detected by coverity prevent run 2.
Fixes committed to 4.2 branch, 4.0 branch, and trunk. Relevant CIDs marked as RESOLVED.