-
Notifications
You must be signed in to change notification settings - Fork 589
Closed
Description
This is a bug report for perl from ntyni@debian.org,
generated with the help of perlbug 1.42 running under perl 5.35.10.
As reported by Kacper Gutowski in https://bugs.debian.org/1006280
these warn or panic in taint mode (but not without):
$ perl -Twe '$_ = $^X =~ s/./"\x{10469}"/gre'
Malformed UTF-8 character (unexpected end of string) in substitution iterator at -e line 1.
$ perl -Twe '$_ = $^X =~ s/.*/"\x{10469}"/gre'
panic: sv_pos_b2u: bad byte offset, blen=4, byte=13 at -e line 1.
$ perl -Twe '$_ = "\x{105}$^X" =~ s/./""/gre'
panic: sv_pos_b2u: bad byte offset, blen=0, byte=2 at -e line 1.
Tested to happen on Debian perls back to 5.20 or so, still happens on
5.34.0 and current blead.
#13948 seems similar but without /r at least.
-----------------------------------------------------------------
---
Flags:
category=core
severity=low
---
Site configuration information for perl 5.35.10:
Configured by ntyni at Tue Mar 1 18:01:49 GMT 2022.
Summary of my perl5 (revision 5 version 35 subversion 10) configuration:
Commit id: f0ef35deb0072805b68cef82ebe28739f67ca79a
Platform:
osname=linux
osvers=5.14.0-2-amd64
archname=x86_64-linux
uname='linux carme 5.14.0-2-amd64 #1 smp debian 5.14.9-2 (2021-10-03) x86_64 gnulinux '
config_args='-des -Dusedevel'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='11.2.0'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.32.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.32'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E'
cccdlflags='-fPIC'
lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'
---
@INC for perl 5.35.10:
lib
/usr/local/lib/perl5/site_perl/5.35.10/x86_64-linux
/usr/local/lib/perl5/site_perl/5.35.10
/usr/local/lib/perl5/5.35.10/x86_64-linux
/usr/local/lib/perl5/5.35.10
---
Environment for perl 5.35.10:
HOME=/home/ntyni
LANG=C
LANGUAGE (unset)
LC_CTYPE=fi_FI.UTF-8
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/usr/local/bin:/usr/bin:/bin:/usr/games
PERL_BADLANG (unset)
SHELL=/bin/zsh
Metadata
Metadata
Assignees
Labels
No labels