Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db_*: call SASLDB_FREEPATH with the correct pointer #854

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flowerysong
Copy link
Contributor

path sometimes gets overwritten with something that shouldn't be freed, while the registry value always needs to be freed. The easiest way to do this is to separate them.

This was previously fixed for LMDB in #840, but the other backends also have this issue and I think this version of the fix is a little more elegant so I applied it to db_lmdb.c as well.

path sometimes gets overwritten with something that shouldn't be freed,
while the registry value always needs to be freed. The easiest way to do
this is to separate them.

Signed-off-by: Paul Arthur <paul.arthur@flowerysong.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants