# New Ticket Created by  Paul Cochrane 
# Please include the string:  [perl #46091]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46091 >


In src/pmc/class.pmc there is the todo item:

/* TODO get printable name */
real_exception(interp, NULL, INVALID_OPERATION,
"Class %Ss already registered!\n",
VTABLE_get_string(interp, name));

Make sure that the name passed to real_exception() is printable.

Reply via email to