Repository: mesos
Updated Branches:
  refs/heads/master f162ade0f -> e65933c9a


Added backports for a potential double-close in libevent sockets.

This backports MESOS-5986 to 0.27.4 and 0.28.3.
This backports MESOS-6104 and MESOS-6152 to 0.27.4, 0.28.3, and 1.0.2.

Review: https://reviews.apache.org/r/51921


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e65933c9
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e65933c9
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e65933c9

Branch: refs/heads/master
Commit: e65933c9ae627fad8c3d1a376a7570e53cf190f4
Parents: f162ade
Author: Joseph Wu <josep...@apache.org>
Authored: Thu Sep 15 10:11:41 2016 -0700
Committer: Joseph Wu <josep...@apache.org>
Committed: Mon Sep 19 13:41:22 2016 -0700

----------------------------------------------------------------------
 CHANGELOG | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e65933c9/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index ef31563..e9ad5f8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,6 +35,8 @@ All Issues:
     * [MESOS-6013] - Use readdir instead of readdir_r.
     * [MESOS-6074] - Master check failure if the metrics endpoint is polled 
soon after it starts.
     * [MESOS-6122] - Mesos slave throws systemd errors even when passed a flag 
to disable systemd.
+    * [MESOS-6104] - Potential FD double close in libevent's implementation of 
`sendfile`.
+    * [MESOS-6152] - Resource leak in libevent_ssl_socket.cpp.
 
 
 Release Notes - Mesos - Version 1.0.1
@@ -913,6 +915,9 @@ All Issues:
   * [MESOS-5913] - Stale socket FD usage when using libevent + SSL.
   * [MESOS-5927] - Unable to run "scratch" Dockerfiles with Unified 
Containerizer.
   * [MESOS-5943] - Incremental http parsing of URLs leads to decoder error.
+  * [MESOS-5986] - SSL Socket CHECK can fail after socket receives EOF.
+  * [MESOS-6104] - Potential FD double close in libevent's implementation of 
`sendfile`.
+  * [MESOS-6152] - Resource leak in libevent_ssl_socket.cpp.
 
 
 Release Notes - Mesos - Version 0.28.2
@@ -1214,6 +1219,9 @@ All Issues:
   * [MESOS-5748] - Potential segfault in `link` when linking to a remote 
process.
   * [MESOS-5913] - Stale socket FD usage when using libevent + SSL.
   * [MESOS-5943] - Incremental http parsing of URLs leads to decoder error.
+  * [MESOS-5986] - SSL Socket CHECK can fail after socket receives EOF.
+  * [MESOS-6104] - Potential FD double close in libevent's implementation of 
`sendfile`.
+  * [MESOS-6152] - Resource leak in libevent_ssl_socket.cpp.
 
 Release Notes - Mesos - Version 0.27.3
 --------------------------------------

Reply via email to