A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via b48d0169d04824f83c0e0855eea4d6429740cf08 (commit) from e75fbc953fe6243e9ab2061e5dd7a215cbe0b4e2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b48d0169d04824f83c0e0855eea4d6429740cf08 Author: Ryan Tandy ryan@nardis.ca Date: Fri Jul 17 15:46:32 2015 -0700
ITS#8199 fix NULL ptr dereference in at_next
Deleting all values of olcAttributeTypes and then adding a value with index > 0 triggers a NULL dereference when config_generic tries to append to a list that doesn't exist yet.
Already fixed for olcObjectClasses in ITS#5388.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/at.c | 4 ++++ 1 file changed, 4 insertions(+)