diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-18 08:31:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-18 08:31:14 -0400 |
commit | 2ddbaf9cdc3c850a56ef1f3bf6977c903e24bb39 (patch) | |
tree | 2c90831d9c73417e8a9bf5e83db0c109fb30bde5 /changes/bug27206 | |
parent | 6f47734ea8dde2d05160644dfcfcd34ee1a63505 (diff) | |
parent | 75b95e1c8e28e1136b5bc98fd89321e478f4b836 (diff) | |
download | tor-2ddbaf9cdc3c850a56ef1f3bf6977c903e24bb39.tar.gz tor-2ddbaf9cdc3c850a56ef1f3bf6977c903e24bb39.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
Diffstat (limited to 'changes/bug27206')
-rw-r--r-- | changes/bug27206 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug27206 b/changes/bug27206 new file mode 100644 index 0000000000..c0fbbed702 --- /dev/null +++ b/changes/bug27206 @@ -0,0 +1,4 @@ + o Minor bugfixes (rust): + - protover_all_supported() would attempt to allocate up to 16GB on some + inputs, leading to a potential memory DoS. Fixes bug 27206; bugfix on + 0.3.3.5-rc. |