#1716 Make functions manipulating with mmap cache more defensive
Closed: Fixed Opened by mzidek.

In functions manipulating with mmap cache, we should test if the memory cache context is non-NULL before proceeding further in the function code and return an error if it is NULL to indicate the memory cache is not available.

This will prevent from checking mmap cache availability in upper layers and from possible segfaults if we forget to test it.


Fields changed

owner: somebody => simo
patch: 0 => 1
status: new => assigned

  • master: 270fcd0ad214d490b6b8e278cdbafda1fb7f9d8f
  • sssd-1-9: eeeae5674c14beced57a45f525db233768959058

milestone: NEEDS_TRIAGE => SSSD 1.9.4
resolution: => fixed
status: assigned => closed

Ticket has been cloned to Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=889226

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

Metadata Update from @mzidek:
- Issue assigned to simo
- Issue set to the milestone: SSSD 1.9.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/2758

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