Files
tor/changes
Nick Mathewson 87a3c5b110 Fix 64-bit return issue in parse_log_domain()
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.
2019-08-19 13:59:57 -04:00
..
2019-05-30 15:28:21 -07:00
2019-06-11 15:15:19 +10:00
2019-07-23 12:44:43 +03:00
2019-08-12 14:06:08 -05:00
2019-06-12 08:55:38 -04:00
2019-06-28 21:38:33 +10:00
2019-06-17 08:56:06 -04:00
2019-07-18 09:28:08 -04:00
2019-06-11 11:59:30 -04:00
2019-06-23 13:38:49 +03:00
2019-05-21 14:56:53 +03:00
2019-06-14 13:28:10 +03:00
2019-06-25 11:42:41 -05:00
2019-07-19 09:21:45 -04:00
2019-06-27 14:52:12 -04:00
2019-08-05 10:31:02 -04:00
2019-08-06 13:13:36 -04:00
2019-08-15 08:20:47 -04:00