Avoid sketchy integer cast in cbt code
commit9a4b2ec764de7ff49931a4ea561febada728d9b3
authorNick Mathewson <nickm@torproject.org>
Tue, 25 Jan 2011 22:27:25 +0000 (25 17:27 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 26 Jan 2011 16:05:21 +0000 (26 11:05 -0500)
tree726493926f394689e167d1f5b246d82186d189a1
parent7a446e6754b21eae1b0cfe3b0cf737ac2be964a9
Avoid sketchy integer cast in cbt code

When calling circuit_build_times_shuffle_and_store_array, we were
passing a uint32_t as an int.  arma is pretty sure that this can't
actually cause a bug, because of checks elsewhere in the code, but
it's best not to pass a uint32_t as an int anyway.

Found by doorss; fix on 0.2.2.4-alpha.
src/or/circuitbuild.c