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

allocation error (ITS#2382)



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