]> git.sur5r.net Git - openldap/commit
ITS#8199 fix NULL ptr dereference in at_next
authorRyan Tandy <ryan@nardis.ca>
Fri, 17 Jul 2015 22:46:32 +0000 (15:46 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 28 Jul 2015 15:50:35 +0000 (10:50 -0500)
commitd4e9bcb0d9a0cac3f99751fffcf348579ba52d8f
treeb2089daa9fc09ee5fef69f82c2a3870efe4baeae
parent4228bf9d7f9b418b03bab00990332e6332e1c661
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.
servers/slapd/at.c