summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-05 09:31:12 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-05 09:31:12 -0500
commit1cd9c9059695dfd679fead2be4f6fbd81d13b930 (patch)
tree1c4d273c92cdec37051b527508f5286b01256e41
parent489b07132fcb19eb9588f635d8eefe1cb47f19aa (diff)
downloadlibevent-1cd9c9059695dfd679fead2be4f6fbd81d13b930.tar.gz
Update changelog.
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1236967b..192af7d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
Changes in version 2.0.22-stable (5 Jan 2015)
+SECURITY FIXES (evbuffers)
+ o Avoid integer overflow bugs in evbuffer_add() and related functions. See CVE-2014-6272 advisory for more information.
BUGFIXES (evhttp)
o fix #73 and fix http_connection_fail_test to catch it (crash fix) (b618204 Greg Hazel)