diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-09 10:14:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-09 10:14:39 -0400 |
commit | 8b53dfc3626f293f821b8e8afe88cca62224f20b (patch) | |
tree | f39ebb36af9b96d69bae6c967629a36cce47e9ff /changes | |
parent | 9faa28b60e5012549a2ea207028db655257d3a74 (diff) | |
parent | 015fcd0e1191aa6fec672a6e01bf348638eba8a0 (diff) | |
download | tor-8b53dfc3626f293f821b8e8afe88cca62224f20b.tar.gz tor-8b53dfc3626f293f821b8e8afe88cca62224f20b.zip |
Merge branch 'bug26269_029' into maint-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. |