ringct: fix infinite loop in unused h2b function

Coverity 146775
pull/95/head
moneromooo-monero 6 years ago
parent 8cea8d0cef
commit 9af6b2d1b8
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -178,6 +178,7 @@ namespace rct {
} }
while (i < 8 * (j + 1)) { while (i < 8 * (j + 1)) {
amountb2[i] = 0; amountb2[i] = 0;
i++;
} }
} }
} }

Loading…
Cancel
Save