[perl #41496] [TODO] config - profiling options should have their own step in config/init/defaults.pm

2007-08-26 Thread James Keenan via RT
On Mon Jun 25 02:27:01 2007, ptc wrote: > > This was one of my "convert TODO items in the code into RT tickets" > things, so it's not actually something I specifically wanted. It's been two months since the last posting on this ticket. Evidently no one is convinced enough of its importance t

Re: [perl #44967] Using a freed variable (Coverity CID 98)

2007-08-26 Thread Paul Cochrane
On 26/08/07, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Am Sonntag, 26. August 2007 20:14 schrieb Paul Cochrane: > > The variable ins2 is freed by the call to subst_ins() but is then > > later assigned to later in the if-block. Um, this isn't a good idea > > is it? > > Why shouldn't you be able t

Re: [perl #44967] Using a freed variable (Coverity CID 98)

2007-08-26 Thread Leopold Toetsch
Am Sonntag, 26. August 2007 20:14 schrieb Paul Cochrane: > The variable ins2 is freed by the call to subst_ins() but is then > later assigned to later in the if-block.  Um, this isn't a good idea > is it? Why shouldn't you be able to assign a new value to a freed mem location? Your proposed chang

[perl #44509] [PATCH] Readme for examples/tutorials

2007-08-26 Thread Will Coleda via RT
Thanks, applied as r20864

[perl #44967] Using a freed variable (Coverity CID 98)

2007-08-26 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #44967] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44967 > While having a look through some of the static analysis output provided by Coverity Pre

[perl #41695] [CAGE]: Refactor Parrot::Distribution

2007-08-26 Thread James Keenan via RT
Since this ticket was opened much work has been done on Parrot::Distribution. But since my own attention has been focused elsewhere, I haven't had the tuits to focus on the subjects raised in the ticket. Since the other work done on this package has been done in the context of other RT tickets, t

[perl #44959] [PATCH] check for null pmc in inter_call.c (Coverity)

2007-08-26 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #44959] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44959 > Coverity picked up a potential issue when a null pmc is passed into Parrot_PCCINVOKE()

[perl #44957] [PATCH] Refactor Parrot::Configure::Data::dump

2007-08-26 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #44957] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44957 > Parrot::Configure::Data currently holds two methods, dump() and dump_temp() which do v

[perl #44953] [PATCH] check for null command in debug.c (Coverity)

2007-08-26 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #44953] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44953 > Hi everyone!, Coverity Prevent noticed that within src/debug.c that the variable "comm

[perl #44949] [PATCH] PCRE and library loading

2007-08-26 Thread via RT
# New Ticket Created by Ron Blaschke # Please include the string: [perl #44949] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44949 > Problem: I came across this when using GnuWin32's PCRE, where the library is called F, b