Skip to Content.
Sympa Menu

devel - Re: [sympa-dev][Adam Heath <adam@lapdoog.doogie.org>] Re: Possible regexp bug in 5.8

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Jérôme Marant <address@concealed>
  • To: Olivier Salaun - CRU <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-dev][Adam Heath <address@concealed>] Re: Possible regexp bug in 5.8
  • Date: Mon, 03 Feb 2003 17:21:59 +0100 (CET)

En réponse à Olivier Salaun - CRU <address@concealed>:

> Hi Jerome,
>
> Our development plateform does not have Perl 5.8 and we dont't have
> much time to reproduce this problem on another server.
>
> What we can do is to patch Sympa to keep only one '*' where many
> consecutive are found in a search regexp.

I got a clue about this. Here the fix about the bug my forward
was mentioning (from install-info.pl in the dpkg code):

- if ($asread =~ m/(\*\s*[^:]+:\s*\(([^\)]+)\).*\. *.*\n){2,}/) {
+ if ($asread =~ m/(\*\s*[^:]+:\s*\(([^\)]+)\).*\. *.*\n){2}/) {

I hope this helps.

Cheers,

--
Jérôme Marant <address@concealed>
<address@concealed>

http://marant.org



Archive powered by MHonArc 2.6.19+.

Top of Page