Skip to content

catch sv_2mortal(newSVpvn_utf8(...)) #9

Description

@tonycoz
            sv = sv_2mortal(newSVpvn_utf8(value_at, value_max - value_at + 1, do_utf8));

to (or similar):

            sv = newSVpvn_flags(value_at, value_max - value_at + 1, SVs_TEMP|do_utf8);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions