Skip to content

Conversation

@riban-bw
Copy link

Running static code analysis showed a va_list being opened then a possible return from function before the va_list is closed. This would leave the va_list open with consequential memory leak (or worse).

This PR simply performs the (already coded) check and return before accessing the va_list, removing this potential issue.

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.

1 participant