summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-04-02 22:11:59 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-04-03 18:05:19 +0200
commit355b8a655cfcc4e783077d12f76b55da1d23fb87 (patch)
tree2ec78db7a2b5bc6ee6b38d68caad5950011c0d11 /configure.ac
parente306ec431ccbe3df99e890767658dab217b1be94 (diff)
downloadsssd-355b8a655cfcc4e783077d12f76b55da1d23fb87.tar.gz
sssd-355b8a655cfcc4e783077d12f76b55da1d23fb87.tar.xz
sssd-355b8a655cfcc4e783077d12f76b55da1d23fb87.zip
IPA: Fix SELinux mapping order memory hierarchy
https://fedorahosted.org/sssd/ticket/2300 The list of SELinux mapping orders was allocated on tmp_ctx and parsed into an array. The array itself was correctly allocated on mem_ctx but its contents remained on tmp_ctx, leading to a use-after-free error. This patch fixes the memory hierarchy so that both the array and its contents are allocated on mem_ctx.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions