# New Ticket Created by chromatic # Please include the string: [perl #43246] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43246 >
Per the note in src/string.c around line 509: /* XXX This is identical to string_from_cstring and should be removed */ PARROT_API STRING * string_from_const_cstring(Interp *interp, const char *buffer /*NULLOK*/, const UINTVAL len) ... replace all uses of string_from_const_cstring() with calls to string_from_cstring(), then remove this function.