This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: Recent glibc locale changes on ia64.


"David S. Miller" <davem@redhat.com> writes:

> >From the descriptions I've seen of this problem, it sounds a lot like
> yet another unaligned memory access problem in the locale code.

No.  You should not jump to such a conclusion without looking at the
code.  Every place where locale data is accessed word-wise is
protected with asserts to ensure alignment.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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