Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
perl.7899
perl-regcomp-N-parse.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-regcomp-N-parse.diff of Package perl.7899
--- ./regcomp.c.orig 2017-10-25 14:03:20.964427277 +0000 +++ ./regcomp.c 2017-10-25 14:05:03.214156095 +0000 @@ -10032,12 +10032,15 @@ S_grok_bslash_N(pTHX_ RExC_state_t *pREx } sv_catpv(substitute_parse, ")"); - RExC_parse = SvPV(substitute_parse, len); + len = SvCUR(substitute_parse); /* Don't allow empty number */ if (len < 8) { vFAIL("Invalid hexadecimal number in \\N{U+...}"); } + + RExC_parse = SvPV(substitute_parse, len); + RExC_end = RExC_parse + len; /* The values are Unicode, and therefore not subject to recoding */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor