mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Merge branch 'bug23583_029'
This commit is contained in:
commit
ac73913d40
@ -231,7 +231,8 @@ main(int c, char **v)
|
||||
int result = 0;
|
||||
|
||||
for (i = 0; i <= 63; ++i) {
|
||||
uint64_t x = 1 << i;
|
||||
uint64_t x = 1;
|
||||
x <<= i;
|
||||
if (!check(x))
|
||||
result = 1;
|
||||
--x;
|
||||
|
Loading…
Reference in New Issue
Block a user