From: Nick Mathewson Date: Mon, 17 Sep 2012 14:24:52 +0000 (-0400) Subject: Parse votes with >31 flags correctly X-Git-Tag: tor-0.2.4.3-alpha~24^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=414adb237bc51e0e1b7321364dd73d9b3e635733;p=thirdparty%2Ftor.git Parse votes with >31 flags correctly We were doing (1<n_args; ++i) { int p = smartlist_string_pos(vote->known_flags, tok->args[i]); if (p >= 0) { - vote_rs->flags |= (1<flags |= (U64_LITERAL(1)<args[i]));