[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: suspect construct in openldap-19981116



> There is a suspect construct in slapd/modify.c (do_modify):
> (...)
> 			free( *modtail );
> --- I don't think *modtail should be freed here

Fixed:  Kept the free() but added *modtail = NULL.

-- 
Hallvard