[perl #42313] [CAGE] improper casting to void * in src/dynext.c

2008-07-02 Thread Christoph Otto via RT
On Thu Jun 12 09:56:55 2008, nahoo wrote: Does this suggest that the patch is moot, and that we may close the ticket? yes. Since the patch seem to have been applied without this ticket being updated, I'm marking it as resolved now.

Re: [perl #42313] [CAGE] improper casting to void * in src/dynext.c

2008-06-12 Thread Rubén Porras
Does this suggest that the patch is moot, and that we may close the ticket? yes.

[perl #42313] [CAGE] improper casting to void * in src/dynext.c

2008-06-09 Thread James Keenan via RT
Grepping for 'load_func' in src/dynext.c, I no longer see the line which the OP was proposing to patch. 312:ARGIN_NULLOK(PMC *(*load_func)(PARROT_INTERP)), 317:if (load_func) 318:lib_pmc = (*load_func)(interp); 321:if (!load_func || !lib_pmc) 347:PMC