Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: (Fwd) segfault with pcre_study alone
- X-seq: zsh-workers 19638
- From: Clint Adams <clint@xxxxxxx>
- To: Matthias Kopfermann <matthias@xxxxxxxxxxxxxx>
- Subject: Re: (Fwd) segfault with pcre_study alone
- Date: Tue, 16 Mar 2004 14:42:57 -0500
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20040316190331.GA662@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1040316145551.ZM8418@xxxxxxxxxxxxxxxxxxxxxxx> <20040316150753.GA21121@xxxxxxxxxxx> <20040316152006.GA21815@xxxxxxxxxxx> <20040316190331.GA662@xxxxxxxxxxxxxx>
> > + if (pcre_pattern == NULL)
> > + {
> > + zwarnnam(nam, "no pattern has been compiled for study: %s",
> > + pcre_error, 0);
> > + return 1;
> > + }
>
>
> when invoking pcre_study alone I now get:
>
> pcre_study: no pattern has been compiled for study: @õ^R
>
>
> the @o^R looks strenge to me, purpose?
No, that was a mistake. The ": %s" and pcre_error should be removed.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author