temp3 2219 source3/lib/util_str.c char *temp1, *temp2, *temp3;
temp3 2228 source3/lib/util_str.c temp3 = (char*)SMB_MALLOC(len);
temp3 2229 source3/lib/util_str.c if (temp3 == NULL) {
temp3 2233 source3/lib/util_str.c memcpy(temp3, temp1+1, len-1);
temp3 2234 source3/lib/util_str.c temp3[len-1] = '\0';
temp3 2235 source3/lib/util_str.c return temp3;