diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-09 10:14:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-09 10:14:43 -0400 |
commit | 9d0c64cead16f0c81fe402104f427a33025cab5c (patch) | |
tree | d0021b89801acbb24ced1daf0245784018fc1ff9 /changes | |
parent | 1905a83aabf2d9c47492e510fc1deb25942aa5f8 (diff) | |
parent | 8b53dfc3626f293f821b8e8afe88cca62224f20b (diff) | |
download | tor-9d0c64cead16f0c81fe402104f427a33025cab5c.tar.gz tor-9d0c64cead16f0c81fe402104f427a33025cab5c.zip |
Merge branch 'maint-0.2.9' into release-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26269 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug26269 b/changes/bug26269 new file mode 100644 index 0000000000..73dcdbf5c5 --- /dev/null +++ b/changes/bug26269 @@ -0,0 +1,5 @@ + o Minor bugfixes (compilation): + - Fix a compilation warning on some versions of GCC when + building code that calls routerinfo_get_my_routerinfo() twice, + assuming that the second call will succeed if the first one did. + Fixes bug 26269; bugfix on 0.2.8.2-alpha. |