acl-plugin: set ACL heap within the exported functions that might alloc memory 29/11329/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Fri, 23 Mar 2018 10:56:23 +0000 (11:56 +0100)
committerDamjan Marion <dmarion.lists@gmail.com>
Fri, 23 Mar 2018 13:00:00 +0000 (13:00 +0000)
commit915899a827968d4d6534ddb09e3797a58771f922
tree3d3d2e90a5b77067d39d2a41241496bdc54a6fa5
parent13a83ef4d4d05211601b023fa667b5332850fccc
acl-plugin: set ACL heap within the exported functions that might alloc memory

The functions which get called by other plugins need to set the acl plugin heap,
such that the other plugins do not have to think about it.

Change-Id: I673073f17116ffe444c163bf3dff40821d0c2686
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
src/plugins/acl/acl.c
src/plugins/acl/acl.h
src/plugins/acl/lookup_context.c