[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: LDAP libraries bugs (ITS#504)



At 01:37 PM 4/19/00 GMT, mmuchnik@pumatech.com wrote:
>Full_Name: Maya Muchnik
>Version: 1.2.9
>OS: Solaris 2.7
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (209.108.112.96)
>
>
>In my small LDAP client program (for testing) I have used ldap_add_s() 
>without previous call to ldap_init() or ldap_open() functions. 
>My client program was hang up, and it was core dump.

This behavior is normal.  YOU are responsible for passing a valid
session handle to API calls expecting such.  Failure to do so will
cause unexpected results.

Kurt