You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LDAP.Client.First_Attribute function does not check for the Interfaces.C.Strings.Null_Ptr return value in case there are no attributes in the LDAP message.
Therefore it dereferences a nullptr in that case.
This also affects the LDAP.Client.For_Every_Attribute procedure, utilizing this function.
LDAP.Client.Next_Attribute seems to be correct.
Kind regards
The text was updated successfully, but these errors were encountered:
Hi,
The
LDAP.Client.First_Attribute
function does not check for theInterfaces.C.Strings.Null_Ptr
return value in case there are no attributes in the LDAP message.Therefore it dereferences a nullptr in that case.
This also affects the
LDAP.Client.For_Every_Attribute
procedure, utilizing this function.LDAP.Client.Next_Attribute
seems to be correct.Kind regards
The text was updated successfully, but these errors were encountered: