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

RE: allocation error (ITS#2382)



Thanks, this is now fixed in CVS. Please note that 2.1.12 is no longer
current, the latest release is 2.1.16 which contains the fixes to your other
report plus other memory leak fixes.

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support

> -----Original Message-----
> From: owner-openldap-bugs@OpenLDAP.org
> [mailto:owner-openldap-bugs@OpenLDAP.org]On Behalf Of elie@icognito.com

> Full_Name: Eli Elhadad
> Version: 2.1.12
> OS: win2k pro
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (212.179.204.225)
>
>
> in the servers/slapd/connection.c:
> connections = (Connection *) calloc( dtblsize, sizeof(Connection) );
> while it is freed using ch_free,
> using LDAP_MEMORY_DEBUG flag, i've got an assert while
> freeing this item,
> changing it to LDAP_CALLOC solves this issue
>
>
>