diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-09-17 14:51:43 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-09-17 14:51:43 +0300 |
commit | 585eaa123f21c4fed85865b938aeafac47730fec (patch) | |
tree | b6eaf236704293d0c291f1d587a2a4ed62ea920a /changes | |
parent | a28a682a1fc89eb6f96b5397518c78b85dbf160d (diff) | |
parent | 34bab120df213970edf32db1f3462ff2585ee098 (diff) | |
download | tor-585eaa123f21c4fed85865b938aeafac47730fec.tar.gz tor-585eaa123f21c4fed85865b938aeafac47730fec.zip |
Merge branch 'tor-github/pr/1323'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket31687_1 | 4 | ||||
-rw-r--r-- | changes/ticket31687_2 | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/changes/ticket31687_1 b/changes/ticket31687_1 new file mode 100644 index 0000000000..2f4d440974 --- /dev/null +++ b/changes/ticket31687_1 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - Suppress spurious float-conversion warnings from GCC when calling + floating-point classifier functions on FreeBSD. Fixes part of bug + 31687; bugfix on 0.3.1.5-alpha. diff --git a/changes/ticket31687_2 b/changes/ticket31687_2 new file mode 100644 index 0000000000..eadc698275 --- /dev/null +++ b/changes/ticket31687_2 @@ -0,0 +1,5 @@ + o Minor bugfixes (FreeBSD, PF-based proxy, IPv6): + - When extracting an IPv6 address from a PF-based proxy, verify + that we are actually configured to receive an IPv6 address, + and log an internal error if not. Fixes part of bug 31687; + bugfix on 0.2.3.4-alpha. |