diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-15 22:15:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-15 22:15:06 -0400 |
commit | de8e0ef0bd03607f444c967d8c3d74aa8abee4b8 (patch) | |
tree | 2120cf9df23c8d83169efa2e3c376595c0cef5fd /changes | |
parent | 4ac8ff9c9f182b6202200480f8fc4689da659331 (diff) | |
parent | 83fe07d3f26aff703230305c9ff529592af32d4f (diff) | |
download | tor-de8e0ef0bd03607f444c967d8c3d74aa8abee4b8.tar tor-de8e0ef0bd03607f444c967d8c3d74aa8abee4b8.tar.gz |
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3175 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug3175 b/changes/bug3175 new file mode 100644 index 000000000..3360fbce0 --- /dev/null +++ b/changes/bug3175 @@ -0,0 +1,7 @@ + o Minor bugfixes: + - Resolve an untriggerable issue in smartlist_string_num_isin(), + where if the function had ever in the future been used to check + for the presence of a too-large number, it would have given an + incorrect result. (Fortunately, we only used it for 16-bit + values.) Fixes bug 3175; bugfix on Tor 0.1.0.1-rc. + |