Previous Topic: Some Policy Store Schema File Names Referenced Incorrect Release (115727)Next Topic: Non–Default Port for an Audit Report Connection is Reverted (116412)


Policy Server Failed Due to Memory Violation (115970)

Symptom:

When a policy link is created for response group through the SDK PM API, during validation (prior to save), the response object is created from the OID. The response object is being set in cache in place of response group object. Now when user clicks on response group from UI, it fetches the response object from the cache instead of response group in a temporary object. Now while deleting the temporary object, memory violation occurs because the object of “response group” type is to be deleted, whereas the current object is of type “response”. This leads to core dump.

Solution:

Changes has been done to set the objects appropriately, that is, response in response type object and response group in response group type object.

Star issue: 19276710-1