diff options
author | teor <teor2345@gmail.com> | 2014-10-01 19:04:04 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2014-10-08 05:37:15 +1100 |
commit | 31bf8f26907945b8f26a7543e42ce0e92dd4918f (patch) | |
tree | 84d0c184ee9a4714690ed87de352f7141c0afdcc /changes | |
parent | ff42222845f5d79f27b653990cab4f20ad91a068 (diff) | |
download | tor-31bf8f26907945b8f26a7543e42ce0e92dd4918f.tar.gz tor-31bf8f26907945b8f26a7543e42ce0e92dd4918f.zip |
Bitwise check BRIDGE_DIRINFO
Bitwise check for the BRIDGE_DIRINFO flag, rather than checking for
equality.
Fixes a (potential) bug where directories offering BRIDGE_DIRINFO,
and some other flag (i.e. microdescriptors or extrainfo),
would be ignored when looking for bridge directories.
Final fix in series for bug 13163.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13163-bitwise-check-BRIDGE-DIRINFO | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug13163-bitwise-check-BRIDGE-DIRINFO b/changes/bug13163-bitwise-check-BRIDGE-DIRINFO new file mode 100644 index 0000000000..7f5ec05037 --- /dev/null +++ b/changes/bug13163-bitwise-check-BRIDGE-DIRINFO @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Bitwise check the BRIDGE_DIRINFO flag rather than using equality. + Fixes a (potential) bug where directories offering BRIDGE_DIRINFO and + some other flag (i.e. microdescriptors or extrainfo) would be ignored + when looking for bridge directories. Partially fixes bug 13163. |