diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-06 09:25:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-06 09:25:37 -0400 |
commit | fe69a7e1d7658d3202af0c2c7308d342faaa1559 (patch) | |
tree | 9a713f7649647586825075823f456d3d710a4a60 /changes | |
parent | 3781955f079f25f8d6aa47cb746e339497076050 (diff) | |
parent | 7451b4cafededa95da0099ea2444224d941eef52 (diff) | |
download | tor-fe69a7e1d7658d3202af0c2c7308d342faaa1559.tar.gz tor-fe69a7e1d7658d3202af0c2c7308d342faaa1559.zip |
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug15600 | 5 | ||||
-rw-r--r-- | changes/bug15601 | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug15600 b/changes/bug15600 new file mode 100644 index 0000000000..ee1d6cfe19 --- /dev/null +++ b/changes/bug15600 @@ -0,0 +1,5 @@ + o Major bugfixes (security, hidden service): + - Fix an issue that would allow a malicious client to trigger + an assertion failure and halt a hidden service. Fixes + bug 15600; bugfix on 0.2.1.6-alpha. Reported by "skruffy". + diff --git a/changes/bug15601 b/changes/bug15601 new file mode 100644 index 0000000000..2cc880af7f --- /dev/null +++ b/changes/bug15601 @@ -0,0 +1,4 @@ + o Major bugfixes (security, hidden service): + - Fix a bug that could cause a client to crash with an assertion + failure when parsing a malformed hidden service descriptor. + Fixes bug 15601; bugfix on 0.2.1.5-alpha. Found by "DonnCha". |