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

RE: allocation error (ITS#2382)



Suit yourself. The diffs between 2.1.12 and 2.1.16, in slapd alone, are over
500K. While 2.1.13 added some new features, 2.1.14-2.1.16 are all bug fixes.
I can't pinpoint the changes for you.

  -- 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: Eli Elhadad [mailto:Elie@icognito.com]

> hi,
>
> as i see from the www.OpenLDAP.org/software/download/ page, the stable
> release is 2.1.12 and i like to keep working on that version.
> you mentioned other memory leaks in your reply, could you
> please give me a
> pointer to them so i could align my 2.1.12 code with them?
>
> thanks in advance
> eli
>
>
>
> -----Original Message-----
> From: hyc@highlandsun.com [mailto:hyc@highlandsun.com]
> Sent: Sunday, March 16, 2003 1:37 PM
> To: openldap-its@OpenLDAP.org
> Subject: 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
> >
> >
> >