diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2016-02-19 15:50:12 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2016-03-09 15:14:01 +0100 |
commit | 2d84b65383f2d13d6f94ac561ad92907b59062f3 (patch) | |
tree | e3935cdc96903cccbee5aaf4e1c63fdb6e4e9e72 /src/db | |
parent | 9df3b9dd412bc4392f13a601decc45380b6ba69b (diff) | |
download | sssd-2d84b65383f2d13d6f94ac561ad92907b59062f3.tar.gz sssd-2d84b65383f2d13d6f94ac561ad92907b59062f3.tar.xz sssd-2d84b65383f2d13d6f94ac561ad92907b59062f3.zip |
memberof: Don't allocate on a NULL context
https://fedorahosted.org/sssd/ticket/2959
In case no previous delete operation occured, the del_ctx->muops pointer we
allocate the diff structure was would be NULL, effectivelly leaking the
diff array during the memberof processing.
Allocating on del_ctx is safer as that pointer is always allocated and
prevents the leak.
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/db')
0 files changed, 0 insertions, 0 deletions