mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 23:20:40 +00:00
Fix potential uninitialized value
This commit is contained in:
parent
471109294b
commit
887cda026b
@ -1613,7 +1613,7 @@ R_API void r_print_raw(RPrint *p, ut64 addr, const ut8 *buf, int len, int offlin
|
||||
{
|
||||
const ut8 *o, *q;
|
||||
ut64 off;
|
||||
bool mustbreak;
|
||||
bool mustbreak = false;
|
||||
int i, linenum_abs, linenum = 1;
|
||||
o = q = buf;
|
||||
i = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user