Closed AreaZR closed 1 year ago
There's no point in writing to memory if it has to be freed anyway.
sudo_ldap_value_cat() requires that the string being passed in be NUL-terminated so the:
*dst = '\0';
must happen first.
There's no point in writing to memory if it has to be freed anyway.