mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
c8b98ba41c
Our flag voting code needs to handle unrecognized flags, so it stores them in a 64-bit bitfield. But we never actually checked for too many flags, so we were potentially doing stuff like U64_LITERAL(1)<<flagnum with flagnum >= 64. That's undefined behavior. Fix for bug 6833; bugfix on 0.2.0.1-alpha. |
||
---|---|---|
.. | ||
bug6341 | ||
bug6538 | ||
bug6811 | ||
bug6815 | ||
bug6819 | ||
bug6827 | ||
bug6833 |