Re: Taint bug

2003-02-17 Thread Tim Bunce
On Mon, Feb 17, 2003 at 09:16:17PM +1100, Bradley Baetz wrote: > On Mon, Feb 17, 2003 at 09:25:33AM +, Tim Bunce wrote: > > Did you try moving these two lines: > > > > SV *ka_rv = *hv_fetch((HV*)DBIc_MY_H(imp_sth), >keyattrib,strlen(keyattrib), TRUE); > > ka_rv = newSVsv(ka_r

Re: Taint bug

2003-02-17 Thread Tim Bunce
Did you try moving these two lines: SV *ka_rv = *hv_fetch((HV*)DBIc_MY_H(imp_sth), keyattrib,strlen(keyattrib), TRUE); ka_rv = newSVsv(ka_rv); /* copy to invoke FETCH magic */ to the top of the function, specifically before the perl_call_method("fetch",) Tim. On Sun, Feb 16,