diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-05 12:00:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-05 12:00:41 -0400 |
commit | 3f2d1f7f0730a17b81d2fb94df9b6a5b8b277893 (patch) | |
tree | d01c9916492e7d5262bd4bef3c4679f2acee2975 /changes/bug22490 | |
parent | 71dd1d716ac83d98ab4592f46b984338a1a7685b (diff) | |
parent | 9ea3d0877a5be2762cfcb4d7c2015e5ec43a2055 (diff) | |
download | tor-3f2d1f7f0730a17b81d2fb94df9b6a5b8b277893.tar.gz tor-3f2d1f7f0730a17b81d2fb94df9b6a5b8b277893.zip |
Merge branch 'maint-0.2.6' into maint-0.2.7-redux
Diffstat (limited to 'changes/bug22490')
-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. |