mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-25 00:31:08 +00:00
Fix 1448202 Out-of-bounds access
This commit is contained in:
parent
3f96c6fda6
commit
882b2bb8dc
@ -259,7 +259,7 @@ static bool detect_casenum_shift(RAnalOp *op, RRegItem **cmp_reg, st64 *start_ca
|
||||
R_API bool try_get_delta_jmptbl_info(RAnal *anal, RAnalFunction *fcn, ut64 jmp_addr, ut64 lea_addr, ut64 *table_size, ut64 *default_case, st64 *start_casenum_shift) {
|
||||
bool isValid = false;
|
||||
bool foundCmp = false;
|
||||
int i;
|
||||
ut64 i;
|
||||
|
||||
RAnalOp tmp_aop = {0};
|
||||
if (lea_addr > jmp_addr) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user