set heap hint for name malloc

This commit is contained in:
Jacob Barthelmeh
2020-07-14 14:23:49 -06:00
parent 173b9833fc
commit a8736dd89d

View File

@ -38013,7 +38013,7 @@ err:
}
}
fullName = (char*)XMALLOC(totalLen + 1, NULL, DYNAMIC_TYPE_X509);
fullName = (char*)XMALLOC(totalLen + 1, name->heap, DYNAMIC_TYPE_X509);
if (fullName == NULL)
return MEMORY_E;