Skip to content

Conversation

@drwootton
Copy link

Coverity static analysis reports a memory leak in start_dvm (dpm.c)

start_dvm calls opal_find_absolute_path to find the path to prrte. The opal_find_absolute_path function allocates memory to hold the absolute pathname and returns a pointer to that memory.

There are two error paths after this call that return without freeing that memory.

Signed-off-by: David Wootton [email protected]

Coverity CID 1490117

Signed-off-by: David Wootton <[email protected]>
@drwootton drwootton requested a review from devreal December 7, 2022 16:48
@drwootton drwootton self-assigned this Dec 7, 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