ALT Linux Bugzilla
– Attachment 8166 Details for
Bug 35523
[e2k] regexec.c, ext/re/re_exec.c надо собирать с -O1 во избежание некорректной работы
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
суженная воспроизводилка
repro2.pl (text/plain), 221 bytes, created by
Michael Shigorin
on 2019-06-12 18:16:18 MSK
(
hide
)
Description:
суженная воспроизводилка
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2019-06-12 18:16:18 MSK
Size:
221 bytes
patch
obsolete
>#!/usr/bin/perl >use strict; >#use re 'debug'; >use Data::Dumper; >$\=$/; >$Data::Dumper::Useqq=1; > >print +($ARGV[0]=~/^(.*)$/s)?1:0; > >utf8::upgrade $ARGV[0]; >print +($ARGV[0]=~/^(.*)$/)?1:0; >print +($ARGV[0]=~/^(.*)$/s)?1:0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 35523
:
7922
|
7923
|
7924
|
7925
|
8165
| 8166 |
8167