Forked from
The Tor Project / Core / Tor
Source project has a limited visibility.
-
Nick Mathewson authored
Clang 3.2 does constant-folding and variable substitution to determine that the program is equivalent to "return 1". Splitting the 128-bit math into a new function seems sufficient to fix this.
Nick Mathewson authoredClang 3.2 does constant-folding and variable substitution to determine that the program is equivalent to "return 1". Splitting the 128-bit math into a new function seems sufficient to fix this.