Front page | perl.perl5.porters |
Postings from April 2019
[perl #134064] Assertion failure in S_scan_const (toke.c:4063)
Thread Previous
|
Thread Next
From:
Sergey Aleynikov
Date:
April 26, 2019 15:05
Subject:
[perl #134064] Assertion failure in S_scan_const (toke.c:4063)
Message ID:
rt-4.0.24-23896-1556291114-159.134064-75-0@perl.org
# New Ticket Created by Sergey Aleynikov
# Please include the string: [perl #134064]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=134064 >
This is a bug report for perl from sergey.aleynikov@gmail.com,
generated with the help of perlbug 1.41 running under perl 5.29.9.
-----------------------------------------------------------------
[Please describe your issue here]
While fuzzing perl v5.29.10-23-g7c0d7520a3 built with afl and run
under libdislocator, I found the following program
use utf8;
$foo="m'\300'";eval$foo
To cause an assertion failure
perl: toke.c:4063: char *S_scan_const(char *): Assertion
`isUTF8_CHAR((U8 *) s, (U8 *) send)' failed.
GDB stack trace is following
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#1 0x00007ffff7c25535 in __GI_abort () at abort.c:79
#2 0x00007ffff7c2540f in __assert_fail_base (fmt=0x7ffff7d87ee0
"%s%s%s:%u: %s%sAssertion `%s' failed.\n%n",
assertion=0x55555593ee78 "isUTF8_CHAR((U8 *) s, (U8 *) send)",
file=0x5555559383e5 "toke.c", line=4063, function=<optimized out>) at
assert.c:92
#3 0x00007ffff7c330f2 in __GI___assert_fail (assertion=0x55555593ee78
"isUTF8_CHAR((U8 *) s, (U8 *) send)", file=0x5555559383e5 "toke.c",
line=4063,
function=0x55555595da28 <__PRETTY_FUNCTION__.18843>
"S_scan_const") at assert.c:101
#4 0x00005555556308aa in S_scan_const (start=0x555555b6a170 "\300")
at toke.c:4063
#5 0x0000555555638f3b in Perl_yylex () at toke.c:5096
#6 0x000055555566bde0 in Perl_yyparse (gramtype=258) at perly.c:340
#7 0x0000555555839ec6 in S_doeval_compile (gimme=1 '\001',
outside=0x555555b53908, seq=4294967256, hh=0x0) at pp_ctl.c:3502
#8 0x0000555555841c61 in Perl_pp_entereval () at pp_ctl.c:4478
#9 0x000055555570c635 in Perl_runops_debug () at dump.c:2537
#10 0x00005555555ed63d in S_run_body (oldscope=1) at perl.c:2716
#11 0x00005555555ecbbb in perl_run (my_perl=0x555555b51260) at perl.c:2639
#12 0x00005555555a1181 in main (argc=3, argv=0x7fffffffe1c8,
env=0x7fffffffe1e8) at perlmain.c:134
This is a regression in blead, bisect points to
commit 7d6e74d636b95acb75fa67ff364e97ab1c8ef795
Author: Karl Williamson <khw@cpan.org>
Date: Sat Apr 6 14:05:29 2019 -0600
toke.c: Streamline a case
When we are parsing a constant, and the source and destination differ in
UTF-8ness, I realized, in single stepping through the code, that it's
simpler and more efficient to split these into two cases, rather than
try to do one case with some conditionals in the middle.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=high
---
Site configuration information for perl 5.29.9:
Configured by dur-randir at Wed Feb 27 14:51:01 MSK 2019.
Summary of my perl5 (revision 5 version 29 subversion 9) configuration:
Commit id: c1e47bad34ce1d9c84ed57c9b8978bcbd5a02e98
Platform:
osname=darwin
osvers=13.4.0
archname=darwin-thread-multi-2level
uname='darwin isengard.local 13.4.0 darwin kernel version 13.4.0:
mon jan 11 18:17:34 pst 2016; root:xnu-2422.115.15~1release_x86_64
x86_64 '
config_args='-de -Dusedevel -DDEBUGGING -Dusethreads'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.9
-DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector
-I/usr/local/include -DPERL_USE_SAFE_PUTENV'
optimize='-O3 -g'
cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.9
-DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector
-I/usr/local/include'
ccversion=''
gccversion='4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)'
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 =' -mmacosx-version-min=10.9 -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/lib
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib
/usr/lib
libs=-lpthread -lgdbm -ldbm -ldl -lm -lutil -lc
perllibs=-lpthread -ldl -lm -lutil -lc
libc=
so=dylib
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=bundle
d_dlsymun=undef
ccdlflags=' '
cccdlflags=' '
lddlflags=' -mmacosx-version-min=10.9 -bundle -undefined
dynamic_lookup -L/usr/local/lib -fstack-protector'
---
@INC for perl 5.29.9:
lib
/usr/local/lib/perl5/site_perl/5.29.9/darwin-thread-multi-2level
/usr/local/lib/perl5/site_perl/5.29.9
/usr/local/lib/perl5/5.29.9/darwin-thread-multi-2level
/usr/local/lib/perl5/5.29.9
---
Environment for perl 5.29.9:
DYLD_LIBRARY_PATH (unset)
HOME=/Users/dur-randir
LANG=en_US.UTF-8
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/Users/dur-randir/perlbrew/bin:/Users/dur-randir/perlbrew/perls/perl-5.22.1/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin
PERLBREW_HOME=/Users/dur-randir/.perlbrew
PERLBREW_MANPATH=/Users/dur-randir/perlbrew/perls/perl-5.22.1/man
PERLBREW_PATH=/Users/dur-randir/perlbrew/bin:/Users/dur-randir/perlbrew/perls/perl-5.22.1/bin
PERLBREW_PERL=perl-5.22.1
PERLBREW_ROOT=/Users/dur-randir/perlbrew
PERLBREW_SHELLRC_VERSION=0.84
PERLBREW_VERSION=0.84
PERL_BADLANG (unset)
SHELL=/usr/local/bin/zsh
Thread Previous
|
Thread Next