Skip to content

v5: Fixing missing lock release in mca_pml_ob1_record_htod_event #11220

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

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

jjhursey
Copy link
Member

Coverity static analysis reports a missing lock release in mca_pml_ob1_record_htod_event

The error return at line 92 is flagged as missing an unlock of the lock obtained at line 89, which could cause an application hang.

I added the missing lock release.

Signed-off-by: David Wootton [email protected]
(cherry picked from commit 2c5429d)

Coverity CID 1515766

Signed-off-by: David Wootton <[email protected]>
(cherry picked from commit 2c5429d)
@janjust janjust merged commit c726177 into open-mpi:v5.0.x Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants