CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/13 06:54:51
Modified files:
usr.sbin/ldapd : attributes.c modify.c
Log message:
Avoid double free in ldap modify requests. The values received in the
modify request is linked into the stored ber structure, and then both are
freed. Fix this by unlinking the values from the request.
