diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-04-03 15:30:45 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-04-03 15:46:32 +0200 |
| commit | 33c8fcdda17744a057e846126e2ad7b9cc913666 (patch) | |
| tree | 7eb073cda92cc153e8fd8c751a3e6de1645d17f9 /android/src | |
| parent | 7dfa5ae6ec5c4bdbb70d6ef0d3baff01048859dd (diff) | |
| download | mullvadvpn-33c8fcdda17744a057e846126e2ad7b9cc913666.tar.xz mullvadvpn-33c8fcdda17744a057e846126e2ad7b9cc913666.zip | |
Fix overflow bug when using shift
```
> 1 << 63
-2147483648
> 1 << 64
1
> 1 << 65
2
```
Diffstat (limited to 'android/src')
0 files changed, 0 insertions, 0 deletions
