diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug15083 | 10 | ||||
-rw-r--r-- | changes/geoip-march2015 | 3 | ||||
-rw-r--r-- | changes/geoip6-march2015 | 3 |
3 files changed, 16 insertions, 0 deletions
diff --git a/changes/bug15083 b/changes/bug15083 new file mode 100644 index 0000000000..5cc79b5ba1 --- /dev/null +++ b/changes/bug15083 @@ -0,0 +1,10 @@ + o Major bugfixes (relay, stability, possible security): + - Fix a bug that could lead to a relay crashing with an assertion + failure if a buffer of exactly the wrong layout was passed + to buf_pullup() at exactly the wrong time. Fixes bug 15083; + bugfix on 0.2.0.10-alpha. Patch from 'cypherpunks'. + + - Do not assert if the 'data' pointer on a buffer is advanced to the very + end of the buffer; log a BUG message instead. Only assert if it is + past that point. Fixes bug 15083; bugfix on 0.2.0.10-alpha. + diff --git a/changes/geoip-march2015 b/changes/geoip-march2015 new file mode 100644 index 0000000000..565781280a --- /dev/null +++ b/changes/geoip-march2015 @@ -0,0 +1,3 @@ + o Minor features: + - Update geoip to the March 3 2015 Maxmind GeoLite2 Country database. + diff --git a/changes/geoip6-march2015 b/changes/geoip6-march2015 new file mode 100644 index 0000000000..9a38c65e62 --- /dev/null +++ b/changes/geoip6-march2015 @@ -0,0 +1,3 @@ + o Minor features: + - Update geoip6 to the March 3 2015 Maxmind GeoLite2 Country database. + |