tor/src
Nick Mathewson 37953497d8 Don't compute ((uint64_t)1)<<64 in round_to_power_of_2
This would be undefined behavior if it happened. (It can't actually
happen as we're using round_to_power_of_2, since we would have to
be trying to allocate exabytes of data.)

While we're at it, fix the behavior of round_to_power_of_2(0),
and document the function better.

Fix for bug 6831.
2012-09-14 09:51:24 -04:00
..
common Don't compute ((uint64_t)1)<<64 in round_to_power_of_2 2012-09-14 09:51:24 -04:00
config Revert "6819: typo in torrc.sample.in" 2012-09-12 15:37:47 -04:00
or Merge remote-tracking branch 'origin/maint-0.2.3' 2012-09-13 10:08:51 -04:00
test Don't compute ((uint64_t)1)<<64 in round_to_power_of_2 2012-09-14 09:51:24 -04:00
tools Fix some bugs that did not allow compilation on Windows. 2012-09-05 18:23:29 +03:00
win32 Bump version to 0.2.4.2-alpha-dev 2012-09-10 19:49:20 -04:00
include.am Move to non-recursive make 2012-08-09 11:03:47 -04:00