Re: UdmSearch: Dangerous debugging hook in mysql-perl frontend

2000-06-28 Thread Michael Shields
> Hello! > Thanks for noticing this! > I commented it out. I found several similar examples in the udm* Perl modules, please take care of them as well. Thanks. > > Michael Shields wrote: > > > > udmsearch-3.0.18/frontends/perl/mysql-perl/search.pl contains the code: > > > > open FILE,">/tmp

Re: UdmSearch: Dangerous debugging hook in mysql-perl frontend

2000-06-28 Thread Alexander Barkov
Hello! Thanks for noticing this! I commented it out. Michael Shields wrote: > > udmsearch-3.0.18/frontends/perl/mysql-perl/search.pl contains the code: > > open FILE,">/tmp/tmp.arg"; > print FILE "words: $words \n"; > close(FILE); > > This code is uncommented and the file does not seem to be

UdmSearch: Dangerous debugging hook in mysql-perl frontend

2000-06-27 Thread Michael Shields
udmsearch-3.0.18/frontends/perl/mysql-perl/search.pl contains the code: open FILE,">/tmp/tmp.arg"; print FILE "words: $words \n"; close(FILE); This code is uncommented and the file does not seem to be ever used again, from search.pl or elsewhere. This appears to be a debugging hook. It is dang