diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-05 12:00:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-05 12:00:27 -0400 |
commit | 9ea3d0877a5be2762cfcb4d7c2015e5ec43a2055 (patch) | |
tree | 5ec92ea6238f65e527d9976156d075d679afd1ad /changes | |
parent | 159ddf6ddedcad2bfc277a36fbde4aeb573be4cf (diff) | |
parent | 1a540b579248c04eba79c3e18d022054b238f6f5 (diff) | |
download | tor-9ea3d0877a5be2762cfcb4d7c2015e5ec43a2055.tar.gz tor-9ea3d0877a5be2762cfcb4d7c2015e5ec43a2055.zip |
Merge branch 'maint-0.2.5' into maint-0.2.6
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22490 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug22490 b/changes/bug22490 new file mode 100644 index 0000000000..244dd50b36 --- /dev/null +++ b/changes/bug22490 @@ -0,0 +1,3 @@ + o Minor bugfixes (correctness): + - Avoid undefined behavior when parsing IPv6 entries from the geoip6 + file. Fixes bug 22490; bugfix on 0.2.4.6-alpha. |