#255 Fix Coverity (11104) Resource leak: ids_sasl_user_to_entry (slapd/saslbind.c)
Closed: wontfix None Opened 12 years ago by rmeggins.

https://bugzilla.redhat.com/show_bug.cgi?id=750622

Description of problem:
> sasl_map_domap allocates strings for "base" and "filter" in it; the
> caller ids_sasl_user_to_entry releases them only when the function
> returns non-NULL regexmatch (matched), but even if the return value
> is NULL (did not match), the strings are allocated.
>
> Fix: underlying function sasl_map_check should free "base" and "filter"
> if mapping did not match.

commit changeset:6af5ece/389-ds-base
Author: Noriko Hosoi nhosoi@jiji.usersys.redhat.com
Date: Tue Nov 1 16:03:57 2011 -0700


Added initial screened field value.

Metadata Update from @nkinder:
- Issue assigned to rmeggins
- Issue set to the milestone: 1.2.10

7 years ago

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

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/255

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 Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata