# New Ticket Created by Paul Cochrane # Please include the string: [perl #44953] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44953 >
Hi everyone!, Coverity Prevent noticed that within src/debug.c that the variable "command" could be dereferenced even when it is NULL[1]. This is bad. I'm not 100% sure as exactly how to work around this issue, however, the attached patch is what I *think* should happen. If noone has any issues with the patch then I'll apply it in a couple of days. Comments most definitely welcome! Paul [1] for those of you with a Coverity account, see CID 101
debug_c.patch
Description: Binary data