#2959 The delete operation of the memberof plugin allocates memory on NULL context
Closed: Fixed Opened by jhrozek.

In case no previous delete operation occured, the del_ctx pointer we allocate the diff structure was would be NULL, effectivelly leaking the diff array during the memberof processing.


Candidate fix:
https://github.com/jhrozek/sssd/commit/8eaa65239638857e0c713d37a0861710828a34da

I'm waiting for the reporter to confirm the fix..

owner: somebody => jhrozek
status: new => assigned

Linked to Bugzilla bug: https://bugzilla.redhat.com/show_bug.cgi?id=1308913 (Red Hat Enterprise Linux 7)

rhbz: => [https://bugzilla.redhat.com/show_bug.cgi?id=1308913 1308913]

Fields changed

patch: 0 => 1

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.13.4

  • master: 2d84b65383f2d13d6f94ac561ad92907b59062f3
  • sssd-1-13: cd7a272fb361626a45d54cd45daaab4bfe7ad93f

resolution: => fixed
status: assigned => closed

Another similar patches

master:

  • 883fb900f7c6b202cf0b6d8268ffa626ab8a1be9
  • 27a0be2bb6f21f66527e0edea4ed2cb4b5cafa53
  • c07fb3f111b4dc2780fa4e1408ea04cd36e95a4d

sssd-1-13:

  • 27b035ec987c51e9e9d40ac4586cc1d3b5f07d4d
  • 6811a95bb64ef62202dbaf96cfe5bb0b68136d18
  • 8527fa9e6fddc1597aa841b25e09cb68e6367381

Metadata Update from @jhrozek:
- Issue assigned to jhrozek
- Issue set to the milestone: SSSD 1.13.4

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/4000

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata