This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: Bug in Glibc Regex


Andreas Pour <pour@mieterra.com> writes:

> Really?  I don't get that.  Are you sure you used the second attachment
> I sent (the first one was the one that does work with 2.1.3 -- the one
> that doesn't has the line:
> 
>   const char *text = "{test}";

??? This cannot work.  Why should it?  { and } are special characters
and have to be escaped.  The behavior for above expression is
undefined.  Glibc is correct, your code not.

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