@lyatanski commented on this pull request.
@@ -440,7 +451,15 @@ int pv_fetch_contacts(
return -1; }
- ptr = 0; //r->contacts;TODO + rpp->impi.s = (char *)pkg_malloc(r->private_identity.len * sizeof(char)); + if(rpp->impi.s == NULL) { + LM_ERR("no mem for impi\n"); + return -1;
done