]> 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)
committerRyan Tandy <rtandy@sd63.bc.ca>
Fri, 17 Jul 2015 23:09:46 +0000 (16:09 -0700)
commitb48d0169d04824f83c0e0855eea4d6429740cf08
tree454ac289f89b6dc4af2e605fc9bc02973ec9a1a5
parente75fbc953fe6243e9ab2061e5dd7a215cbe0b4e2
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