Re: [Boost-bugs] [Boost C++ Libraries] #12235: boost/endian causes reads from unaligned address.

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12235: boost/endian causes reads from unaligned address.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-05-31 15:39:32


#12235: boost/endian causes reads from unaligned address.
-------------------------------+------------------------
  Reporter: amotsok@… | Owner: bemandawes
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: endian
   Version: Boost 1.61.0 | Severity: Problem
Resolution: invalid | Keywords:
-------------------------------+------------------------
Changes (by bemandawes):

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

Comment:

 The code you are complaining about is inside this:

 # if defined(__x86_64__) || defined(_M_X64) || defined(__i386) ||
 defined(_M_IX86)
       // On x86 (which is little endian), unaligned loads are permitted

 so is only reached on machines which permit unaligned loads.

 --Beman

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12235#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:20 UTC