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

(ITS#4131) read past end of array in connection.c



Full_Name: Pierangelo Masarati
Version: HEAD
OS: irrelevant
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (81.74.43.82)
Submitted by: ando


when #define SLAP_MULTI_CONN_ARRAY & when dtblsize%NUM_CONNECTION_ARRAY != 0
there may be (at least) reads to non-allocated data.  The commit to connection.c
fixes the problem.  Please review.

p.