# New Ticket Created by Paul Cochrane # Please include the string: [perl #48170] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48170 >
In languages/regex/pmc/match.pmc there are a couple of todo items which read: /* XXX Warning: use of uninitialized value */ It seems that in order to get to where the todo items are, a variable has been assigned as NULL, and this causes the warning? I'm not 100% sure... Anyway, there is an issue here which needs correcting.