Hi Harish,
On 05/19/2018 01:28 PM, Harish Jenny K N wrote:
cleanup_session was getting called twice ( once from removal of
entry from global hash table ( i.e session_hash and another direct
call from error case in session_policy_config_cb.) which was
resulting in memory corruption due to use after free.
This patch removes calling cleanup_session twice in session_policy_config_cb.
Oh, a nasty one :) Patch applied!
Thanks,
Daniel