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

Issue 6037 - Server crash at startup in vlvIndex_delete #6038

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

progier389
Copy link
Contributor

@progier389 progier389 commented Jan 18, 2024

Server crash at startup because of a corrupted dse.ldif: The vlv initialization code error handling generates a SIGSEV.
Fix: Avoid dereferencing a null pointer while freeing vlvIndex.

Issue: #6037

Reviewed by: @tbordaz

@progier389 progier389 self-assigned this Jan 18, 2024
@progier389 progier389 linked an issue Jan 18, 2024 that may be closed by this pull request
Copy link
Contributor

@tbordaz tbordaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@progier389 progier389 merged commit 9e37b21 into 389ds:main Jan 18, 2024
193 of 195 checks passed
@progier389 progier389 deleted the i6037 branch March 28, 2024 13:32
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.

Crash during startup in vlvIndex_delete
2 participants