DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14589>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14589

apr_ipsubnet_create causes "unaligned access" error on Tru64

           Summary: apr_ipsubnet_create causes "unaligned access" error on
                    Tru64
           Product: APR
           Version: HEAD
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: APR
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


When running the testipsub test on Tru64 5.0, a bunch of unaligned access errors
are generated by the kernel.  These appear to come from line 807 of
network_io/unix/sockaddr.c, in the parse_ip() function:

        if (IN6_IS_ADDR_V4MAPPED((struct in6_addr *)ipsub->sub)) {

<netinet/in6.h> has two alternate implementations of this macro; not analysed
further.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to