Re: [Boost-bugs] [Boost C++ Libraries] #6303: possible crash in ssl stream initialization

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6303: possible crash in ssl stream initialization
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-07-16 06:26:37


#6303: possible crash in ssl stream initialization
-------------------------------+--------------------------------------------
  Reporter: anonymous | Owner: chris_kohlhoff
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: asio
   Version: Boost 1.48.0 | Severity: Problem
Resolution: fixed | Keywords:
-------------------------------+--------------------------------------------
Changes (by chris_kohlhoff):

  * status: new => closed
  * resolution: => fixed

Comment:

 (In [79549]) Merge from trunk:

 * Make strand destruction a no-op, to allow strand objects to be destroyed
 after their associated io_service has been destroyed.

 * Use the __thread keyword extension when compiling with gcc on linux x86.

 * Avoid calling work_finished() if a completion handler creates more work.

 * Eliminate redundant call to call_stack::contains(this) when dispatching
 a completion handler.

 * Add support for some newer versions of glibc which provide the
 epoll_create1 function but always fail with ENOSYS. Fixes #7012

 * Use SSE2 load and store fences.

 * Throw exception if SSL engine initialisation fails. Fixes #6303

 * Fix another regression in buffered_write_stream. Fixes #6310

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6303#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC