diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-09-01 10:45:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-01 10:45:26 -0400 |
commit | ab9874dba46b3eae8e201a45926ddeb133903ebc (patch) | |
tree | 1aa4115951a4e238b1a9f11ca7c11f0e84603760 | |
parent | ebb5f8df368c29dd26080ba057ffb6611aee401b (diff) | |
download | tor-ab9874dba46b3eae8e201a45926ddeb133903ebc.tar.gz tor-ab9874dba46b3eae8e201a45926ddeb133903ebc.zip |
Changes file for bug3888
-rw-r--r-- | changes/bug3888 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3888 b/changes/bug3888 new file mode 100644 index 0000000000..d3a5e27116 --- /dev/null +++ b/changes/bug3888 @@ -0,0 +1,4 @@ + o Minor bugfixes (bufferevents, fix on 0.2.3.1-alpha): + - Fix a use-after-free error with per-connection rate-limiting + buckets. Fixes bug 3888. + |