-
Notifications
You must be signed in to change notification settings - Fork 901
Coverity/static analysis issues with TCP interface code #9705
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
Comments
I started looking at this. I need to discuss with @jjhursey to figure out how to deal with the resource leak complaints. |
Thanks @drwootton! |
opal_argv_append already strdup the appended string, so you don't have to explicitly call strdup. The solution is to just remove the strdup from the |
I didn't realize the strdup was taken care of already. I also know what I need to do to take care of the potential null pointer dereference, so I'll take care of this all on Monday. Thanks. |
Resolve Coverity problems reported in issue #9705
PR #9705 should resolve the coverity issues. We will watch the coverity report now that this is merged into master. |
@drwootton @jjhursey Looks like we got some static analysis problems from 0b37cd2 (PR #9681). Can you fix?
Thanks!
The text was updated successfully, but these errors were encountered: