]> 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:45:10 +0000 (10:45 -0500)
commit326849fd6797ed2c6b0ef69a919fbae9c409e4ff
tree7acd100a09c0afdaa2f2498353e1a5e89af18ed7
parente7c41bc9ce24cd4b3f7d4f4bfdd995c8fed61b60
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