diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-05 12:01:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-05 12:01:11 -0400 |
commit | d0d9afa5f99da2fb7df61974647308ce540ad417 (patch) | |
tree | 0f95129058b18bc42197324daa62dfc31c7c4511 /changes | |
parent | 82ce0be921611e717a91f4293b56a4fa59e7c86a (diff) | |
parent | 3f2d1f7f0730a17b81d2fb94df9b6a5b8b277893 (diff) | |
download | tor-d0d9afa5f99da2fb7df61974647308ce540ad417.tar.gz tor-d0d9afa5f99da2fb7df61974647308ce540ad417.zip |
Merge branch 'maint-0.2.7-redux' into release-0.2.7-redux
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. |