Re: [perl #44995] Dereferencing NULL pointers (Coverity)

2007-08-27 Thread Leopold Toetsch
Am Montag, 27. August 2007 22:27 schrieb Paul Cochrane: > Mehmet and Joshua, > > I can't believe I missed the comment!  How embarassing!  Thanks > heaps to you both for pointing that out for me :-) Just in case: http://en.wikipedia.org/wiki/Halt_and_Catch_Fire Have fun, leo

Re: [perl #44995] Dereferencing NULL pointers (Coverity)

2007-08-27 Thread Paul Cochrane
On 27/08/07, Joshua Isom <[EMAIL PROTECTED]> wrote: > > On Aug 27, 2007, at 11:13 AM, Paul Cochrane (via RT) wrote: > > > # New Ticket Created by Paul Cochrane > > # Please include the string: [perl #44995] > > # in the subject line of all future correspondence about this issue. > > # http://rt.p

Re: [perl #44995] Dereferencing NULL pointers (Coverity)

2007-08-27 Thread Joshua Isom
On Aug 27, 2007, at 11:13 AM, Paul Cochrane (via RT) wrote: # New Ticket Created by Paul Cochrane # Please include the string: [perl #44995] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44995 > Hi everyone, Another iss

Re: [perl #44995] Dereferencing NULL pointers (Coverity)

2007-08-27 Thread Mehmet Yavuz Selim Soyturk
I don't think that the code is safe, but it does what it means :) =item B Halt and Catch Fire. Tries to crash parrot. =cut op hcf() { int *a, i; a = NULL; i = *a; goto OFFSET(i) ; /* in case your runtime is very forgiving. */ } -- Mehmet

[perl #44995] Dereferencing NULL pointers (Coverity)

2007-08-27 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #44995] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44995 > Hi everyone, Another issue raised by Coverity Prevent[1] is that of a NULL pointer bei