-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix #14845: Support radare2_rc in radiff2 for graphs #15078
Conversation
This pull request fixes 1 alert when merging 0c8401c into fd1e3ba - view on LGTM.com fixed alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
This pull request introduces 1 alert and fixes 1 when merging 5a68afa into 0b9edb4 - view on LGTM.com new alerts:
fixed alerts:
|
libr/util/sys.c
Outdated
R_API bool r_sys_getenv_asbool(const char *key) { | ||
char *env = r_sys_getenv (key); | ||
if (env) { | ||
if (*env || *env=='1') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use free instead of r_free and add spaces around ==
This pull request introduces 1 alert and fixes 1 when merging 72cba0e into 9f63bec - view on LGTM.com new alerts:
fixed alerts:
|
No description provided.