Skip to content

Instantly share code, notes, and snippets.

@radare
Created July 5, 2014 22:40
Show Gist options
  • Save radare/5a46a9c2570644a85c9e to your computer and use it in GitHub Desktop.
Save radare/5a46a9c2570644a85c9e to your computer and use it in GitHub Desktop.
==37226== Conditional jump or move depends on uninitialised value(s)
==37226== at 0x168F2: r_core_cmd (cmd.c:1462)
==37226== by 0x1602C: r_core_cmd_lines (cmd.c:1490)
==37226== by 0x161AD: r_core_cmd_file (cmd.c:1518)
==37226== by 0x100002C7F: main (in /usr/bin/r2)
==37226==
==37226== Conditional jump or move depends on uninitialised value(s)
==37226== at 0x16952: r_core_cmd (cmd.c:1469)
==37226== by 0x1602C: r_core_cmd_lines (cmd.c:1490)
==37226== by 0x161AD: r_core_cmd_file (cmd.c:1518)
==37226== by 0x100002C7F: main (in /usr/bin/r2)
==37226==
==37226== Conditional jump or move depends on uninitialised value(s)
==37226== at 0x138FFD: r_config_set (config.c:169)
==37226== by 0x4B4EC: r_core_hash_load (file.c:810)
==37226== by 0x100003003: main (in /usr/bin/r2)
==37226==
==37226== Conditional jump or move depends on uninitialised value(s)
==37226== at 0xD1249B: cin_get_num (calc.c:191)
==37226== by 0xD10F5B: get_token (calc.c:260)
==37226== by 0xD10AEB: r_num_calc (calc.c:333)
==37226== by 0xCEE623: r_num_math (num.c:221)
==37226== by 0x139031: r_config_set (config.c:171)
==37226== by 0x4B4EC: r_core_hash_load (file.c:810)
==37226== by 0x100003003: main (in /usr/bin/r2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment