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

libr/socket/run.c: fix use of uninitialized value #5010

Merged
merged 1 commit into from
May 25, 2016
Merged

libr/socket/run.c: fix use of uninitialized value #5010

merged 1 commit into from
May 25, 2016

Conversation

trofi
Copy link
Contributor

@trofi trofi commented May 25, 2016

Noticed by gcc:

  • QA Notice: Package triggers severe warnings which indicate that it
  •        may exhibit random runtime failures.
    
  • run.c:65:5: warning: ‘p’ is used uninitialized in this function [-Wuninitialized]

Signed-off-by: Sergei Trofimovich slyfox@gentoo.org

Noticed by gcc:
 * QA Notice: Package triggers severe warnings which indicate that it
 *            may exhibit random runtime failures.
 * run.c:65:5: warning: ‘p’ is used uninitialized in this function [-Wuninitialized]

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
@radare radare merged commit 36db36f into radareorg:master May 25, 2016
@radare
Copy link
Collaborator

radare commented May 25, 2016

thank you!

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.

2 participants