2ec9e17042
gss_add_oid_set_member() should according to RFC2744 add a copy of the OID to the set; the current implementation just stored a pointer (which may not be stable). As we have _gss_intern_oid(), call that before adding.