mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 13:13:27 +01:00
ringct: fix infinite loop in unused h2b function
Coverity 146775
This commit is contained in:
parent
8cea8d0cef
commit
9af6b2d1b8
@ -178,6 +178,7 @@ namespace rct {
|
||||
}
|
||||
while (i < 8 * (j + 1)) {
|
||||
amountb2[i] = 0;
|
||||
i++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user