Subject: Developers of Sympa
List archive
Re: [sympa-dev][Adam Heath <address@concealed>] Re: Possible regexp bug in 5.8
- 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
-
Re: [sympa-dev][Adam Heath <address@concealed>] Re: Possible regexp bug in 5.8,
Olivier Salaun - CRU, 02/03/2003
- Re: [sympa-dev][Adam Heath <address@concealed>] Re: Possible regexp bug in 5.8, Jérôme Marant, 02/03/2003
- Re: [sympa-dev][Adam Heath <address@concealed>] Re: Possible regexp bug in 5.8, John Douglass, 02/04/2003
Archive powered by MHonArc 2.6.19+.