diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-09 10:15:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-09 10:15:16 -0400 |
commit | 529faef28eb3e8907cfb814516953d6636f50487 (patch) | |
tree | 1d94128124de50ca92b260e450f96959bf943dd9 /changes | |
parent | afee785417cba083c4914fd9b6db49498c2eb241 (diff) | |
parent | 69918629f56ee61ff6c538ea53caefefbabf84f6 (diff) | |
download | tor-529faef28eb3e8907cfb814516953d6636f50487.tar.gz tor-529faef28eb3e8907cfb814516953d6636f50487.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
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. |