This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/6942] Unaligned access in resolv


------- Additional Comments From hjl dot tools at gmail dot com  2008-10-07 05:49 -------
I still see unaligned memory accesses in resolv library on ia64. For example,
res_send.c uses malloc to allocate buffer. Also there are:

1058                                 /* No buffer allocated for the first
1059                                    reply.  We can try to use the rest
1060                                    of the user-provided buffer.  */
1061                                 *anssizp2 = orig_anssizp - resplen;
1062                                 *ansp2 = *ansp + resplen;

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


http://sourceware.org/bugzilla/show_bug.cgi?id=6942

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]