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: [PATCH] Fix non-mbs regex handling


Jakub Jelinek <jakub@redhat.com> writes:

> Although this patch is not strictly needed after MBS_SUPPORT switch, if
> people take code from glibc they might be happy if bugs in it are fixed.
> In this case for 32 byte bitmap (unsigned char)(32*8) is 0 so the comparison
> is wrong.

I'm already working on this since yesterday.  The problem is that
there seems to be a compiler problem (or I'm doing something stupid).
I see the problem fixed in statically linked test programs but not if
dynamically linked.  It will take a bit longer until I figure this
out, I fear.

-- 
---------------.                          ,-.   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]