#48872 ASAN: Segfault in plugin free with backends
Closed: wontfix None Opened 7 years ago by firstyear.

This fixes a segfault in plugin_closeall, and a heap use after free in backend_manager.

Plugin_closeall would free the plugin password name scheme value even if the plugin was not a password scheme.

backend manager would call be_cleanup on the plugin after plugin_closeall was run. This means plugin_closeall now does not close backends, and we call plugin_free from the backend to do this.


Passed dynamic plugin test suite, ack.

commit 1af11cd939c17efac4422c09c75505fdd8469f79
Total 15 (delta 11), reused 0 (delta 0)
To ssh://git.fedorahosted.org/git/389/ds.git
11f55f3..0f4f838 master -> master

Metadata Update from @mreynolds:
- Issue assigned to firstyear
- Issue set to the milestone: 1.3.5.5

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/1931

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