This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_vcatpvfn_flags: comment %n deficiency
authorDavid Mitchell <davem@iabyn.com>
Wed, 24 May 2017 14:58:06 +0000 (15:58 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 7 Jun 2017 08:11:03 +0000 (09:11 +0100)
commita60fe28cdc60d5637900d7f01c3f37a844261e65
tree4b23488725a7c8e8580d3a9ba0cd5ea87f459281
parentc10a72e1914795f6399890aafae13734552645cd
Perl_sv_vcatpvfn_flags: comment %n deficiency

This should be fixed sometime:

    /* XXX if sv was originally non-utf8 with a char in the
     * range 0x80-0xff, then if it got upgraded, we should
     * calculate char len rather than byte len here */
sv.c