mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
If unsigned int is 32-bits long, then our old code would give a wrong result with any log domain whose mask was >= (1<<32). Fortunately, there are no such log domains right now: the domain mask is only 64 bits long to accommodate some flags. Found by coverity as CID 1452041. Fixes bug 31451; bugfix on 0.4.1.4-rc.
4 lines
222 B
Text
4 lines
222 B
Text
o Minor bugfixes (logging):
|
|
- Fix a code issue that would have broken our parsing of log
|
|
domains as soon as we had 33 of them. Fortunately, we still
|
|
only have 29. Fixes bug 31451; bugfix on 0.4.1.4-rc.
|