aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-13 10:34:53 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-13 10:34:53 -0400
commit015fcd0e1191aa6fec672a6e01bf348638eba8a0 (patch)
treef37f78ca9cd86ff861197578de83b10c9154eba2 /changes
parentef671147f21814ed505505ec96bfcf297bc6bb7a (diff)
downloadtor-015fcd0e1191aa6fec672a6e01bf348638eba8a0.tar.gz
tor-015fcd0e1191aa6fec672a6e01bf348638eba8a0.zip
Fix a GCC "potential null dereference" warning.
Fixes bug 26269; bugfix on c30be5a82d47328 in 0.2.8.2-alpha
Diffstat (limited to 'changes')
-rw-r--r--changes/bug262695
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.